【发布时间】:2016-06-04 08:59:00
【问题描述】:
有没有办法让python有密码输入???
代替:
Whats your password?
password <--- this is a user input
我需要:
Whats your password?
******** <--- this is a user input
在 python 中可以吗???
【问题讨论】:
-
你检查了 getpass 库吗
标签: python password-protection python-3.5