Difference between revisions of "Code/Python"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Same line print == | ||
+ | |||
+ | sys.stdout.write("\r%d" % i) | ||
+ | sys.stdout.flush() | ||
+ | |||
== General == | == General == | ||
Latest revision as of 11:49, 12 July 2013
Same line print
sys.stdout.write("\r%d" % i) sys.stdout.flush()