ticker_gtk

This commit is contained in:
2018-05-21 10:37:05 +02:00
parent 40463f21ac
commit 8a1c60f485
7 changed files with 1135 additions and 3 deletions

View File

@@ -58,8 +58,8 @@ def looprun(n):
print("Total number of iterations:", iterations.value)
return
for n in range(1):
looprun(n)
for n in range(100):
looprun(n+1)