Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:50:54 +02:00
parent c5a008c26c
commit 548c24f787

View File

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