New "launcher" demo program

Initial checkin
This commit is contained in:
MikeTheWatchGuy 2018-08-09 06:53:13 -04:00
parent 90925af23e
commit 4962b02799
2 changed files with 40 additions and 0 deletions

4
SimScript_.py Normal file
View file

@ -0,0 +1,4 @@
import time
for i in range(100):
print(i,'', end='')