Commit c26d5192 by BellCodeEditor

save project

parent 2d3745a5
Showing with 1 additions and 0 deletions
...@@ -9,6 +9,7 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -9,6 +9,7 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
break break
if username != name: if username != name:
print('您拨打的电话已关机') print('您拨打的电话已关机')
continue
if userpassword != password: if userpassword != password:
print('您拨的的用户正在通话中') print('您拨的的用户正在通话中')
print('欢迎来到奥特曼的世界') print('欢迎来到奥特曼的世界')
......
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