Skip to content

Instantly share code, notes, and snippets.

@mathcat4
Last active October 18, 2023 12:56
Show Gist options
  • Save mathcat4/16046e1332ead3b9e97a4a7b001e08f3 to your computer and use it in GitHub Desktop.
Save mathcat4/16046e1332ead3b9e97a4a7b001e08f3 to your computer and use it in GitHub Desktop.
🅱️🅱️🅱️avid
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))
@mathcat4
Copy link
Author

Python pyautogui, 132 bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment