Commit b2a4a475 by BellCodeEditor

save project

parent 9647e9ba
Showing with 5 additions and 1 deletions
......@@ -6,5 +6,8 @@ while True:
if username==name and l==p : #输入符合信息
print("srzq") #打印判断
break
print("输入错误")
if username!= name:
print("输入账户名错误")
if l!=p:
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