Update ticker_new.py

This commit is contained in:
Lerking
2018-05-22 13:15:26 +02:00
committed by GitHub
parent 8a1c60f485
commit f528b2cbab

View File

@@ -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)