This commit is contained in:
2018-05-16 17:24:04 +02:00
parent e5fde50a8d
commit 1de8ced3d5
17 changed files with 84 additions and 13 deletions

10
script/test/TestRet.py Normal file
View File

@@ -0,0 +1,10 @@
ret = []
for i in range(10):
ret.extend([i])
print "X"
set_return(ret)