Python mengambil input tanpa menampilkannya

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