0
I would like to repeat this code not to iterate it 300 times , is a robot to click on the screen,I wanted it to repeat , the code is this ,I am new here and in programming I did not put the format of the question here and it was not like the code in vscode but it is basically this hehe
import pyautogui
import time
pyautogui.moveTo(28,295,duration=0.5)
pyautogui.click(30,295,duration=0.5)
pyautogui.moveTo(650,220,duration=1)
pyautogui.click(650,220,duration=1)
pyautogui.moveTo(650,670,duration=0.3)
pyautogui.click(650,670,duration=1)
Welcome to Lutgens10, see if this question ( and the links in it) helps you: How to make this program repeat? I advise you to do our Tour
– Luiz Augusto