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