You could use something like: ```python os.system("clear" if os.name != "NT" else "cls") ``` instead of: ```python os.system("clear") os.system("cls") ``` I like the ASCII-GUI you made 👍
You could use something like:
instead of:
I like the ASCII-GUI you made 👍