Commit 5647ccfe by BellCodeEditor

save project

parent fc70a90b
Showing with 3 additions and 1 deletions
username = "python"
userpassword = "123456"
while True:
i=0
while i<10:
i=i+1
name = input("请输入用户名:")
if name!=username:
print("用户名错误")
......
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