A question was asked in a language (Chinese (Traditional)) spoken by
none of the registered Sikuli answer contacts.

https://answers.launchpad.net/sikuli/+question/150648

my code :
a = [ 1 , 2 , 3 , 4 ]
type(str(a[3]))
type(str(a[2]))
type(str(a[1]))
type(str(a[0]))

then it will printf :  4 3 2 1 
but i want to use for loop, how write this ??  

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to