diff options
-rwxr-xr-x | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ while True: print("THERE ARE NO CHEAT CODES IN THIS GAME!!!") elif "su" in x: os.system("xdg-open https://xkcd.com/838/") - elif not x.isalnum(): - print("NO SPECIAL CHARACTERS!!!") else: r = os.system(x) if r == 0: |