标签:logs password port pytho 功能 odi 中文 raw class
#!/usr/bin/env python import getpass password = getpass.getpass("Enter your passord: ")
#!/usr/bin/env python # -*- coding:utf-8 -*-
python2 使用raw_input()
python3 使用input()
标签:logs password port pytho 功能 odi 中文 raw class
原文地址:http://www.cnblogs.com/echowings/p/7040620.html