Script execution

This commit is contained in:
boccioli_m
2017-10-10 15:47:49 +02:00
parent bb9524fd97
commit 305e02f405

View File

@@ -8,7 +8,7 @@ import sys, inspect, os, traceback
from array import *
import pickle
a = array('i',[50])
a = array('i',[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