Commit 8add36de by BellCodeEditor

save project

parent 5c9b87bd
Showing with 15 additions and 0 deletions
t = "pig"
y = "345"
while True:
u =input("用户名:")
k = input("密码:")
if u==t and k==y:
print("成功")
break
if u!=t:
print("用户名不正确")
if u==t and k!=y:
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