New "launcher" demo program
Initial checkin
This commit is contained in:
parent
90925af23e
commit
4962b02799
2 changed files with 40 additions and 0 deletions
4
SimScript_.py
Normal file
4
SimScript_.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import time
|
||||
|
||||
for i in range(100):
|
||||
print(i,'', end='')
|
Loading…
Add table
Add a link
Reference in a new issue