Update ticker_new.py
This commit is contained in:
@@ -58,8 +58,10 @@ def looprun(n):
|
||||
print("Total number of iterations:", iterations.value)
|
||||
return
|
||||
|
||||
for n in range(100):
|
||||
looprun(n+1)
|
||||
if __name__=='__main__:
|
||||
|
||||
for n in range(100):
|
||||
looprun(n+1)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user