Taneb2
Results
1
issues of
Taneb2
I can't manage to make it work the code I've written this : import pyautogui as pg import time import webbrowser as web parsedMessage="Puto" web.open('https://web.whatsapp.com/'+'+#########'+parsedMessage) time.sleep(1) for i in range(10000000):...