Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:16:40 +02:00
parent a11229457d
commit 2c6abb76fa

View File

@@ -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