Commit b5e4b7ce by BellCodeEditor

save project

parent 2faca959
Showing with 11 additions and 3 deletions
neme=input("输入名字")
print(neme+"你好啊") from turtle import *
\ No newline at end of file c = input()
color(c)
pensize(3)
pendown()
for i in range(5):
fd(100)
right(144)
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