Commit 19e190b8 by BellCodeEditor

save project

parent 7354e37c
Showing with 8 additions and 2 deletions
z=("账号格式正确") z=("账号格式正确")
zno=("账号格式错误,请退出重输")
x=("密码正确") x=("密码正确")
xno=("密码错误,请退出重输")
liuying=input("输入账号") liuying=input("输入账号")
if liuying=="wx629659": if liuying=="wx629659":
print(z) print(z)
else:
print(zno)
sam=input("输入密码") sam=input("输入密码")
if sam=="2012****": if sam=="2012****":
print(x) print(x)
\ No newline at end of file else:
print(xno)
\ 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