python cls statement using os module

51

python cls statement using os module -

import os
os.system('cls')  # on windows

Comments

Submit
0 Comments