如何在python中使用getpass模块输入密码时获得星号?
实际结果:
timeout()
期待结果:
import getpass
p=getpass.getpass("Enter the Password:")
Enter the Password:
print (p)
Output: password
Python版本:2.7