I\'m wring a python script for running some command.Some of those commands require user to input password,I did try to input data in their stdin, but it doesn\'t work, here is two simple python 开发者
I\'m trying toretrieve the password of google account, but getting security exception at String pwd = AccountManager.get(mContext).getPassword(account).
Situation: I want to get a password entry from the stdin console - without echoing what the user types. Is there something开发者_如何学Python comparable to getpasswd functionality in Go?