This website requires JavaScript.
Explore
Help
Sign In
mwc
/
lab_scatter
Template
Watch
3
Star
0
Fork
You've already forked lab_scatter
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d80b57ecf8
lab_scatter
/
helpers.py
7 lines
80 B
Python
Raw
Blame
History
from
turtle
import
*
def
flyto
(
x
,
y
)
:
penup
(
)
goto
(
x
,
y
)
pendown
(
)
Reference in New Issue
View Git Blame
Copy Permalink