79263684

Date: 2024-12-09 02:13:40
Score: 2
Natty:
Report link

When you put the cursor on terminal and press ctrl + C, you can see that your program enter a dead loop:

Traceback (most recent call last):
  File "e:\KEI\python_scripts\demo.py", line 4, in <module>
    while loop < 2:
          ^^^^^^^^
KeyboardInterrupt

So the correct loop body should be in your def MathOnYourOwn() and you need to add a Restriction for 'loop'

enter image description here

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: KEI