Skip to content

Commit

Permalink
fix freakysay
Browse files Browse the repository at this point in the history
modified:   lb.py
  • Loading branch information
wish13yt committed Oct 19, 2024
1 parent 47df3f9 commit 8b7bc4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ def cls():
if (command == "fs"):
isstop = "no"
print("Welcome to freakysay, also known as FS.")
print("Say stop to close the program.")
echo = input("freakysay < ")
print(echo)
if (echo == "stop"):
isstop = "yes"
code()
while (isstop == "no"):
echo = input("freakysay < ")
print(echo)
if (command == "help"):
print("Welcome to LigmaBalls!")
print("Here are some commands you can use:")
Expand Down

0 comments on commit 8b7bc4d

Please sign in to comment.