79354272

Date: 2025-01-14 07:52:25
Score: 1
Natty:
Report link
correct = False
points = 0

while not correct:
    if input("1 + 1 = ") == 2:
        print("Correct")
        points += 1
        correct = True
    else: 
        print("Wrong answer, try again!")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DesTu