Guest User

Untitled

a guest
Apr 25th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | Source Code | 0 0
  1. import keyboard
  2. import time
  3.  
  4. while True:
  5. keyboard.press("enter")
  6. time.sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment