VB.net 2010 视频教程 VB.net 2010 视频教程 python基础视频教程
SQL Server 2008 视频教程 c#入门经典教程 Visual Basic从门到精通视频教程
当前位置:
首页 > temp > 简明python教程 >
  • Python三级菜单作业实现(2)

: 89 tag = False 90 break 91 if user.lower() == 'e': 92 break 93 else: 94 continue 95 while tag: 96 for name5 in msg[sheng1][sheng2][sheng3][sheng4]: 97 print('%s' % (name5)) 98 user = input('退出菜单“Q”/返回上一层“E”\n继续则输入其他任意字符>>:').strip() 99 if user.lower() == 'q': 100 tag = False 101 break 102 if user.lower() == 'e': 103 break 104 else: 105 continue
复制代码


相关教程
          
关于我们--广告服务--免责声明--本站帮助-友情链接--版权声明--联系我们       黑ICP备07002182号