I am always using system(\'cls\') in C language before using Dev-C++. Now I am studying Python and using Pycharm 2020.2.3.
I tried to use os.system(\'cls\'). Here is