I got a Problem!
Every click thing works fine but if I add a loop (I think it is one?) like this
on top of the code it says the first click is wrong!
Its
When I delete "for i range..." it perfectly works!
Whats the problem?
Is there a nother way to add a loop?
Every click thing works fine but if I add a loop (I think it is one?) like this
Code:
for i in range(10):
on top of the code it says the first click is wrong!
Its
Code:
click("bla.png")
When I delete "for i range..." it perfectly works!
Whats the problem?
Is there a nother way to add a loop?