Commit 6f55735c by BellCodeEditor

save project

parent 9ea482fe
Showing with 10 additions and 7 deletions
# 我们都爱夸夸夸
a=input("我们都爱夸夸夸")
if a=="说的对":
print(":对个der")
else:
print("我乱说的")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("blue")
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
pen.hideturtle()
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