print to previous line in console

udhay prakash pethakamsetty uday3prakash at gmail.com
Mon Oct 3 11:04:44 EDT 2016


Hi, 

\t is for tab(forward) space; and 
\r is for carriage return (back space)

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

We can achive that easily in file operations, But I want a solution in displaying on Console. 

regards

Udhay Prakash Pethakamsetty



More information about the Python-list mailing list