source: pyrunner/src/test/resources/wait5sec.py@ 1116

Last change on this file since 1116 was 350, checked in by wouter, 2 years ago

#110 all code working

File size: 56 bytes
Line 
1from time import sleep
2sleep(2)
3print("hello world")
Note: See TracBrowser for help on using the repository browser.