Python nimmt Eingabe, ohne es anzuzeigen

import getpass
x = getpass.getpass("Input something: ")
print x
Nice Narwhal