Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Pentagram/Python/pentagram.py
Normal file
10
Task/Pentagram/Python/pentagram.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import turtle
|
||||
|
||||
turtle.bgcolor("green")
|
||||
t = turtle.Turtle()
|
||||
t.color("red", "blue")
|
||||
t.begin_fill()
|
||||
for i in range(0, 5):
|
||||
t.forward(200)
|
||||
t.right(144)
|
||||
t.end_fill()
|
||||
Loading…
Add table
Add a link
Reference in a new issue