From 8b7bc4d939eee69df6d326fe7cb37b3b8395863d Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:21:34 -0500 Subject: [PATCH] fix freakysay modified: lb.py --- lb.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lb.py b/lb.py index f20ff7e..644f752 100644 --- a/lb.py +++ b/lb.py @@ -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:")