Commit 9ae5421a by BellCodeEditor

save project

parent b612797f
Showing with 16 additions and 1 deletions
......@@ -2,7 +2,8 @@
import turtle
pen= turtle.Pen()
size=int(textinput("提示","你想要多大的魔法阵呀?")
screen=turtle.Screen()
size=int(screen.textinput("提示","你想要多大的魔法阵呀?"))
pen.circle(size)
pen.circle(size,360,3)
......
username = "python"
userpassword="123456"
shuruname =input("请输入用户名:")
shurpwd = input("请输入密码:")
if(shuruname == username and shuruname == userpassword)
print("登录成功!")
else
print("密码错误!")
\ 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