Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:18:34 +02:00
parent 2c6abb76fa
commit b620444138

View File

@@ -8,7 +8,7 @@ import sys, inspect, os, traceback
from array import *
a = array('i',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
print a
print 'a', a
b = [0]*10
print b
a.insert(28,3)