Python prenez l'entrée sans l'afficher

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