Python Forum
How to make print without newline but wait in between each print?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make print without newline but wait in between each print?
#1
So how do I make a print without newline and have it wait in between print?
My current code:
print("=", end= '')
time.sleep(3)
print("=")
Reply


Messages In This Thread
How to make print without newline but wait in between each print? - by Adrian_L - Apr-01-2021, 12:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I print from within actor(func) ?? Pedroski55 2 188 May-01-2024, 05:35 AM
Last Post: Pedroski55
  How to Randomly Print a Quote From a Text File When User Types a Command on Main Menu BillKochman 13 1,046 Apr-24-2024, 05:47 AM
Last Post: Bronjer
  print doesnt work in a function ony 2 324 Mar-11-2024, 12:42 PM
Last Post: Pedroski55
  print(0.1+0.2==0.3) akbarza 3 439 Mar-04-2024, 02:02 PM
Last Post: Gribouillis
  problem with print command in super() akbarza 5 648 Feb-01-2024, 12:25 PM
Last Post: deanhystad
  problem with spliting line in print akbarza 3 428 Jan-23-2024, 04:11 PM
Last Post: deanhystad
  Last record in file doesn't write to newline gonksoup 3 473 Jan-22-2024, 12:56 PM
Last Post: deanhystad
  problem with print lists MarekGwozdz 4 741 Dec-15-2023, 09:13 AM
Last Post: Pedroski55
  Facing issue in python regex newline match Shr 6 1,371 Oct-25-2023, 09:42 AM
Last Post: Shr
  What a difference print() makes Mark17 2 595 Oct-20-2023, 10:24 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020