Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:15:19 +02:00
parent 34cfa5dbfb
commit a11229457d

View File

@@ -10,7 +10,7 @@ a = array('i',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
print a
b = [0]*10
print b
a.fromlist(b)
a.insert(28,3)
print a
import pickle
c = pickle.dumps(a)