Posts by MORD3CAI • 1 point
1 post
-
0
votes1
answer104
viewsQ: How do I print Side using end=" with the included Time Module
import time for i in range(0,10,+1): print(".", end="") time.sleep(1) I want to know how to print . sideways ex: ... During that time of 1 second... when I don’t use the end it works but printing…