Commit c91cc301 by BellCodeEditor

save project

parent bdda6f72
Showing with 13 additions and 4 deletions
# 我们都爱夸夸夸
name=input("勇于挑战的创造师你叫什么")
print(name+"你最棒")
\ No newline at end of file
import turtle
pen=turtle.pen
color=input("你最喜欢什么颜色的五角星")
pen.begn_fill()
pen.fillcolor(color)
for i in range(5):
forward(200)
left(144)
pen.end_fll()
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