Commit 177917d0 by BellCodeEditor

save project

parent b68cca4f
Showing with 7 additions and 6 deletions
""" """
请使用turtle模块画出五角星 请使用turtle模块画出五角星
""" """
import.done import turtle
pen=tuple.Pen Pen = turtle.Pen
turtle.shape() turtle.shape()
for i in range(5) for i in range(5):
pan.forword(200) Pen.forward(200)
pan.ridht(144) Pen.right(144)
\ No newline at end of file turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment