Commit 2ff01b1e by BellCodeEditor

save project

parent 50507827
Showing with 8 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
turtle.write("sdklfkl\ndjasfk",font=("Times",50,"normal")) turtle.write("sdklfkl\ndjasfk",font=("Times",50,"normal"))
turtle.hideturtle() turtle.hideturtle("red")
turtle.done() turtle.done(18)
\ No newline at end of file turtle.left(45)
turtle.forward(100)
turtle.circle(100,180)
turtle.right(90)
turtle.circle(180)
\ 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