Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:53:41 +02:00
parent e333e2bfdb
commit 15f6246876
@@ -13,6 +13,7 @@ print 'a ', a
b = array('i',[0]*10)
print 'b ', b
a.extend(b)
a.append(4)
print 'a2', a
c = pickle.dumps(a)
print 'c2', c