Project restart

This commit is contained in:
2025-12-29 10:46:05 +01:00
commit 59d19cb48c
388 changed files with 48020 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
def donothing():
return 0
def checkloopparam(loop_param):
if not(loop_param==12 or loop_param==20 or loop_param==30):
raise
return 0
def exitcondition(loop):
if loop == 3:
return True