Script execution

This commit is contained in:
boccioli_m
2017-10-10 16:01:10 +02:00
parent 15f6246876
commit dc70da91dc

View File

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