tests/python/runtime.py
changeset 366 cd90e4c10261
parent 365 a7f58414dea0
child 367 a76ee5307bb7
equal deleted inserted replaced
365:a7f58414dea0 366:cd90e4c10261
     1 import time,sys
       
     2 def myprintfunc(arg):
       
     3     print arg
       
     4     sys.stdout.flush()
       
     5     return arg