Commit 63b1cba4 by BellCodeEditor

save project

parent 043a7e5d
Showing with 5 additions and 0 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
name=input("你的名字是什么") name=input("你的名字是什么")
print("你是最棒的") print("你是最棒的")
import turtle
ink = input("什么色")
pen = turtle.fillcolor(color)
pen.begin_fill()
for i in range(5):
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