Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user