码迷,mamicode.com
首页 > 其他好文 > 详细

getpass 模块

时间:2018-06-06 21:37:21      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:name   imp   --   帐号   user   put   word   input   自动   

import getpass                    # getpass.getpass()    相当于input()

name = input("请输入帐号: ")              # getpass.getuser()    自动检测用户名
password = getpass.getpass("请输入密码: ")
print("---------------------------------")


print("您的密码是: ",password)

getpass 模块

标签:name   imp   --   帐号   user   put   word   input   自动   

原文地址:https://www.cnblogs.com/liu-yan-wishing/p/9146438.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!