This website requires JavaScript.
Explore
Help
Sign In
test_user_lai676
/
mwc_lab_turtle
generated from
mwc/lab_turtle
Watch
1
Star
0
Fork
You've already forked mwc_lab_turtle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
mwc_lab_turtle
/
star.py
8 lines
93 B
Python
Raw
Permalink
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