Closed Oreeeee closed 2 years ago
Screen wouldn't clean on Linux since command for cleaning the screen is "clear"and not "cls" so I created cls() function instead. I also fixed a typo on line 223 where "-" was typed instead of "=".
I also added .gitignore and fixed formatting in Python file.
Bro thanks
Screen wouldn't clean on Linux since command for cleaning the screen is "clear"and not "cls" so I created cls() function instead. I also fixed a typo on line 223 where "-" was typed instead of "=".