Published
- 1 min read
pros and cons of python flush print function
The solution for this is noted below
pros and cons of python flush print function
Solution
from time import sleep
# output is flushed here
print("Hello, world!", end='', flush= True)
sleep(5)
print("Bye!!!")
Try other methods by searching on the site. That is if this doesn’t work