摘要: #! /usr/bin/env python# -*- coding:utf-8 -*-# login 模块中登录时输入密码,想用getPass模块实现密码的不回显操作。#如下: import getpass ret = input("welcome to the system:please make a choice-1 or 2") if ret == '1': user = inp... 阅读全文
posted @ 2018-05-13 17:02 wuxinyan 阅读(2078) 评论(0) 推荐(0) 编辑