print to previous line in console

Skip Montanaro skip.montanaro at gmail.com
Mon Oct 3 11:10:56 EDT 2016


> When we are printing to the console, is there a way to display to the previous line in the console.

Check out the curses module:

https://docs.python.org/3.6/library/curses.html

Skip



More information about the Python-list mailing list