Commit 30bec082 by BellCodeEditor

save project

parent 16d70513
Pipeline #2501 failed in 0 seconds
Showing with 9 additions and 6 deletions
username = "python"
userpassword = "123456"
name=input("qingshuruzhenqeuzhanghu")
while True:
name = input("qingshuruzhenqeuzhanghu")
password = input("请输入密码")
if name == username and password == userpassword
prink("成功")
break
print("错误")
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