Python weź wejście bez wyświetlania

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