os.system('clear') and os.system('cls) doesn't clear screen in python 3 for pycharm, any other ways to clear the screen?

Viewed 22

I was coding a simple rock paper scissors game in python and needed to clear the screen. My ide is pycharm and every time I put os.system('clear') or os.system('cls') it didn't work. Is there a fix to this bug?

0 Answers
Related