Posts by André Esperança • 11 points
1 post
-
-1
votes1
answer53
viewsQ: PYTHON cannot identify the error in the code
import pyautogui life50 = pyautogui.pixelMatchesColor(663, 306, (25, 195, 25)) if: life50 pyautogui.press('f1') else: pyautogui.screenshot('C:/Users/ANDRE/Desktop/Imagens') I am learning to code in…
pythonasked André Esperança 11