Commit 740f2ac6 by BellCodeEditor

save project

parent a2983f1d
Showing with 20 additions and 2 deletions
neme=input("勇于挑战的创造师你叫什么") neme=input("勇于挑战的创造师你叫什么")
print(neme+"你是最棒的") print(neme+"你是最棒的")
\ No newline at end of file
import turtle
pen = turtle.pen()
color=import("你想要什么颜色的五角星?")
pen.fillcolor(color)
pen.beyin_fill()
for i in range(5)
pen.forward0(200)
pen.right(144)
pen.end_fill()
turtle.done()
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