Upload code
This commit is contained in:
9
TextAdventure/Other Chaser.py
Executable file
9
TextAdventure/Other Chaser.py
Executable file
@@ -0,0 +1,9 @@
|
||||
import turtle
|
||||
|
||||
screen = turtle.Screen()
|
||||
|
||||
def goto_loc(x, y):
|
||||
turtle.goto(x, y)
|
||||
|
||||
|
||||
screen.onscreenclick(goto_loc,1)
|
||||
Reference in New Issue
Block a user