I wonder how to test this using mocking modules in latest python (3.x)?
def f(): a = input() print(a)