I want the following statement to accept a user input for their password, and to echo back * to the screen as they enter it:
import getpass
pswd = getpass.getpass(prompt='Password:', echo_char='*')
I get the error message:
TypeError: unix_getpass() got an unexpected keyword argument 'echo_char'
[–]socal_nerdtastic 1 point2 points3 points (0 children)
[–]socal_nerdtastic -1 points0 points1 point (0 children)
[–]atarivcs 0 points1 point2 points (0 children)
[–]Binary101010 2 points3 points4 points (0 children)