tests/python/runtime.py
changeset 291 701c0601db02
parent 283 d0e6fc0701fb
equal deleted inserted replaced
290:3bd617ae7a05 291:701c0601db02
     1 import time
     1 import time,sys
     2 def myprintfunc(arg):
     2 def myprintfunc(arg):
     3     print arg
     3     print arg
       
     4     sys.stdout.flush()
     4     return arg
     5     return arg