79795606

Date: 2025-10-21 08:41:23
Score: 1.5
Natty:
Report link

You can do this:

total = 0
while total <= 100:
    total += float(input("Write number: "))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: User RORO