Python-导入模板

#导入模板

 

# -*- coding:utf-8 -*-
# Author:DliYao
import getpass  #导入getpass模板
username = input("username: ")
password = getpass.getpass("password: ")  #输入密码为密文

print(username,password)
posted @ 2019-04-14 14:57  dengliyao  阅读(450)  评论(0编辑  收藏  举报