Commit c6076a32 by BellCodeEditor

save project

parent 23dd1360
Showing with 7 additions and 12 deletions
"""
请使用turtle模块画出五角星
"""
i=1
import turtle
pen=turtle.Pen()
while True:
pen.forward(100)
pen.right(144)
pen.hideturtle()
pen.done()
\ No newline at end of file
usename=贾雨昂
usename=贾雨昂
useruser
name=input("亲爱的用户您的名字是什么")
if name==
\ 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