摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-count = 0flag = 0#提示用户需要做什么操作option = int(input("提示:数字1为注册用户,数字2为登录系统,请选择:"))if option == 1: user = input(" 阅读全文
posted @ 2016-10-27 23:28 小忍者 阅读(460) 评论(1) 推荐(0)