This is my code :
import time import pyautogui location = pyautogui.locateOnScreen(\'ok.png\') pyautogui.click(location)
Now I don\'t know