79191045

Date: 2024-11-15 03:57:34
Score: 1.5
Natty:
Report link

Make it simple

print(f'[{'=' * int(percent_complete/2)}{' ' * (50 - int(percent_complete/2))}] {percent_complete:.0f}%', flush=True)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user28309175