This website requires JavaScript.
Explore
Help
Sign In
mwc
/
lab_turtle
Template
Watch
3
Star
0
Fork
You've already forked lab_turtle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c54575fcad
lab_turtle
/
star.py
8 lines
93 B
Python
Raw
Blame
History
from
turtle
import
*
for
line
in
range
(
5
)
:
forward
(
100
)
right
(
360
*
2
/
5
)
input
(
)
Reference in New Issue
View Git Blame
Copy Permalink