Commit 1f5de54f by BellCodeEditor

save project

parent 0ac15a80
Pipeline #2511 failed in 0 seconds
Showing with 5 additions and 0 deletions
i=0
username = "python"
userpassword = "123456"
while True:
if i>0:
name = input("qingshuruzhenqeuzhanghu")
password = input("请输入密码")
i=i-1
if name == username and password == userpassword:
prink("成功")
break
......@@ -10,4 +13,5 @@ while True:
print("账号错误")
else:
print("密码错误")
esit
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