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