Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:48:17 +02:00
parent 305e02f405
commit 634bee5de0

View File

@@ -13,7 +13,7 @@ print 'a ', a
b = array('i',[0]*10)
print 'b ', b
a.extend(b)
print 'a2', a
print 'a2', b
c = pickle.dumps(a)
print 'c2', c