How on terminal in one line output print? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How on terminal in one line output print?

import time for i in range(5): print(i, end=",") time.sleep(0.2) But this code waits waits and outputs everything at once. Can somebody help?

6th Oct 2020, 6:16 PM
Shadoff
Shadoff - avatar
2 Answers
+ 2
Wov!!! Thanks bro. You are my hero!
6th Oct 2020, 6:58 PM
Shadoff
Shadoff - avatar