Commit 2486ef74 by BellCodeEditor

save project

parent 2bbdbce9
Showing with 8 additions and 5 deletions
J="123"
o="1234"
P=input("请输入你的账号")
a=input("请输入你的密码")
if J==P and o==a:
while True:
P=input("请输入你的账号")
a=input("请输入你的密码")
if J==P and o==a:
print("密码正确")
break
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