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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -