On Sun, 26 May 2019 at 20:23, <binoythomas1...@gmail.com> wrote:
>
> I've run getpass() on IDLE, Spyder, PyCharm and Mu. All with negative results.
>
>
As Random832 pointed out, these IDEs cannot handle the stdout/stdin with getpass
You should use a normal terminal (command prompt) on your windows for
running this program.

You can read more here, https://docs.python.org/3.1/library/getpass.html
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to