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
Add script to draw a star.
Browse Source
...
This commit is contained in:
Chris Proctor
2022-01-27 15:09:24 -05:00
commit
57fc22a88b
1 changed files
with
7 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
7
star.py
Normal file
Unescape
Escape
View File
@ -0,0 +1,7 @@
from
turtle
import
*
for
line
in
range
(
5
)
:
forward
(
100
)
right
(
360
*
2
/
5
)
input
(
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mwc/lab_turtle
Title
Body
Create Issue