Question #163440 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/163440
Status: Open => Answered
Willie proposed the following answer:
Link from the documentation:
http://www.jython.org/jythonbook/en/1.0/LangSyntax.html#for-loop
This should be the one you want:
for x in range(10):
... print x
...
Remember you need to tab out what goes in the for loop ;)
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp