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
Post a Comment