79547682

Date: 2025-04-01 03:49:22
Score: 1
Natty:
Report link

Are you using a() on other imports? For example in in past.py, you might be using function inside function that might lead to infinite loop

def past():

print("Inside past()")

a1()  # This might trigger an infinite loop

If past.py imports mine.py or mine.py imports past.py you might be triggering something unwanted

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Abdulfayz Shokirov