Python toma entrada sin mostrarla

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