Commit 34785f5c by BellCodeEditor

save project

parent 5c9b87bd
Showing with 20 additions and 0 deletions
user='python'
ps='12345'
i=0
while True:
a=input("user:")
b=input("ps:")
i+=1
if i==3:
print("输入次数到了!")
exit()
else:
if user==a and ps==b:
break
if user!=a:
continue
if ps!=b:
continue
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