sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03740
Re: [Question #163440]: i want to repeat my loop
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.