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?
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?