How return python shell prompt to top of screen? -


in python 2.7, how not clear screen make prompt begin @ top of screen. surprised not able find quick answer online. seems 1 of basic things desire able when working shell.

if duplicate means direct me original because can't find one.

oh yeah, on windows 7.

maybe can try following:

import os os.system('cls') 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -