Commit 5b53a2d8 by BellCodeEditor

save project

parent e7f17512
Showing with 7 additions and 11 deletions
import turtle username = 'python'
pen= turtle.Pen() userpassword = '123456'
screen=turtle.Screen() name = input("请输入用户名:")
size=screen.textinput("提示","你想要多大的魔法阵呀?") password = input("请输入密码:")
len=int(size) if name == username and password == userpassword:
pen.circle(len) print("登录成功!")
pen.circle(len,360,3) \ No newline at end of file
pen.circle(len,60)
pen.circle(len,360,3)
turtle.dome()
\ 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