Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーにパスワードの入力を求めるプログラムを誰かに作ってもらいたいのですが、ユーザーがパスワード フィールドにパスワードを入力すると、パスワードはテキストや図で表示されません。Linuxカーネルと同じように( sudo bash または sudo su と入力した場合)
見る
http://docs.python.org/library/getpass.html
import getpass passwd = getpass.getpass()