Commit a32dc3ba by BellCodeEditor

auto save

parent 3d5a4843
Showing with 23 additions and 3 deletions
m=input("请输入你的名字:")
print(m+"你好呀!")
\ No newline at end of file
from turtle import*
speed(0)
for i in range(6):
up()
fd(100)
down()
fd(30)
right(90)
circle(10)
left(90)
up()
fd(-130)
left(60)
up()
fd(100)
left(90)
down()
circle(100)
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