Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:52:37 +02:00
parent 00be0e2c65
commit 73ac19ba7a

View File

@@ -7,6 +7,7 @@ global sys, inspect, os, traceback
import sys, inspect, os, traceback
a = array('i',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
a = array('i',[50,105,0x8899])
print a
import pickle
b = pickle.dumps(a)