sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29106
[Question #256700]: Single member array versus two member array
New question #256700 on Sikuli:
https://answers.launchpad.net/sikuli/+question/256700
Hi,
I have came over interesting problém
myA = ("one.png", "two.png")
print (len(myA))
outputs correctly 2
myA = ("one.png")
print (len(myA))
outputs 7!!!!
I wanted to have still array but with single member only.
Weird.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.