Commit c26d5192 by BellCodeEditor

save project

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