← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #217558]: I can agenerate random numbers, need to type them

 

Question #217558 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/217558

    Status: Open => Answered

RaiMan proposed the following answer:
ok, that is basic Python knowledge: statements must be on one line or
you use the continuation character \

click("HndowZIh.png")
import random
num = random.randrange(100000000, 100000000000000)
type(str(num))

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