Commit ab5e0a1a by BellCodeEditor

save project

parent dc293d10
Showing with 4 additions and 1 deletions
ue = "python" ue = "python"
us= "123456" us= "123456"
i=3 i=3
while True: while True:
if i>0:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
i-=1 i-=1
...@@ -21,6 +23,6 @@ else: ...@@ -21,6 +23,6 @@ else:
print("登录成功!") #print("登录成功!")
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