Commit f8bd14a7 by BellCodeEditor

save project

parent 943c9b71
Showing with 14 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
# import turtle
# q=turtle.Pen()
# q.write("你\n好",font=("times",40,"normal")
# turtle.done()
# turtle.hideturtle()
import turtle import turtle
q=turtle.Pen() w=turtle,Pen()
q.write("你\n好",font=("times",40,"normal") w.left(45)
turtle.done() w.foruard(100)
turtle.hideturtle() w.circle(50,180)
\ No newline at end of file w.left(90)
w.circle(50,180)
w.foruard(100
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