Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:51:38 +02:00
parent 548c24f787
commit 00be0e2c65

View File

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