79767858

Date: 2025-09-17 22:36:53
Score: 1
Natty:
Report link

I believe you would want to set the flush argument of print() to True like so:

print('*', end='', flush=True)

Per the print() documentation here:

if flush is true, the stream is forcibly flushed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DeChicken