SyntaxFix
Write A Post
Hire A Developer
Questions
#!/usr/bin/python3 from getpass import getpass passwd = getpass("password: ") print(passwd)