Commit a243186d by BellCodeEditor

save project

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