Commit b98618fa by BellCodeEditor

save project

parent c9ec09e4
Showing with 17 additions and 0 deletions
from turtle import*
left(45)
fd(100)
left(90)
circle(50,180)
right(180)
fd(100)
right(90)
circle(-50,180)
done()
\ No newline at end of file
from turtle import*
screen=Screen()
len=" "
len=screen.textinput("提示""你有什么新年寄语?")
write(len)
\ 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