Commit 0a02642b by BellCodeEditor

auto save

parent 17324e5e
Showing with 8 additions and 0 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
name = input("勇于挑战的创造师你叫什么呀") name = input("勇于挑战的创造师你叫什么呀")
print(name+"你好呀") print(name+"你好呀")
颜色 = input("你需要什么颜色的五角星")
print("颜色")
import turtle
Pen.fillcolor("颜色")
range i in range(5):
turtle.forward(100)
turtle.left(144)
\ 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