Cyber Panda

Results 3 issues of Cyber Panda

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 👍

## Thanks for this quick and easy tutorial. - I'm not quite finished yet, but I've always followed piece by piece and it'll be done soon. - Wrote my own...