Commit 3abd68e3 by BellCodeEditor

save project

parent 6ec417c7
Showing with 16 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a=turtle.Pen()
a.pencolor("red")
b=turtle.Screen()
c=b.textinput("sb","sbyaoduodadeyuang")
len=int(c)
a.write("fake you!",font=("楷体",40,"normal"))
a.circle(len)
turtle.done()
\ No newline at end of file
import turtle
a=turtle.Screen()
a.textinput("地图","请输入地图种子:")
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