Script execution
This commit is contained in:
@@ -8,7 +8,7 @@ import sys, inspect, os, traceback
|
||||
|
||||
a = array('i',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
|
||||
print a
|
||||
b = array('i',[0:10])
|
||||
b = array('i',[0]*10)
|
||||
print b
|
||||
import pickle
|
||||
c = pickle.dumps(a)
|
||||
|
||||
Reference in New Issue
Block a user