Apr-01-2021, 12:00 AM
So how do I make a print without newline and have it wait in between print?
My current code:
My current code:
print("=", end= '') time.sleep(3) print("=")