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 53d7b6b commit 216450b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ def cls():
print("For help, type help below.")
command = input("lb < ")
if (command == "fs"):
print("This command is broken. Thanks for your patience! <3")
code()
# print("Welcome to freakysay, also known as FS.")
# echo = input("freakysay < ")
# print(echo)
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 < ")
if (command == "help"):
print("Welcome to LigmaBalls!")
print("Here are some commands you can use:")
Expand Down

0 comments on commit 216450b

Please sign in to comment.