← Back to team overview

sikuli-driver team mailing list archive

[Question #150648]: (Chinese (Traditional)) about for loop

 

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.