Script execution

This commit is contained in:
boccioli_m
2017-10-10 16:41:05 +02:00
parent 8ff55edd1e
commit 4b2ac51adc

View File

@@ -8,7 +8,7 @@ import sys, inspect, os, traceback
from array import *
import pickle
a = array('i',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
a = array('b',[50,105,0x8899,0xffffff,1,0,0,0,0,0,0,0,0,0,1])
print 'a ', a
b = array('i',[0]*10)
print 'b ', b