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

RaiMan posted a new comment:
not really:

since the input return is a string, this should be the solution:

x = int( input("How many times to type Hello? (Give me a number)") )
while ( x > 0 ):
    type( "Hello" )
    x -= 1

This would crash if at input you give something, that cannot be
converted to an integer number.

-- 
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

Reply via email to