Commit 9d572e81 by BellCodeEditor

save project

parent b8a4346c
Showing with 11 additions and 3 deletions
name=input("英俊的大志少年,你叫什么名字")
print("发吗费用GV法规HIV寄东西"+name)
\ No newline at end of file
import turtle
pen=turtle.pen()
color=input("你月底出生")
pen.fillcolor(color)
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.right(144)
pen.end_fill()
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