Last active
October 18, 2023 12:56
-
-
Save mathcat4/16046e1332ead3b9e97a4a7b001e08f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pyautogui import*;from math import*;mouseDown(973,362) | |
for n in range(1,41):moveTo(683+290*cos(pi/20*n),362.6-290*sin(pi/20*n)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python
pyautogui
, 132 bytes