Script execution
This commit is contained in:
@@ -8,8 +8,6 @@ import sys, inspect, os, traceback
|
||||
|
||||
a = array('i',[105,50])
|
||||
print a
|
||||
msg = {0x32,0xff}
|
||||
print msg
|
||||
import pickle
|
||||
b = pickle.dumps(a)
|
||||
print b
|
||||
|
||||
Reference in New Issue
Block a user