I have a function:
def f(): print(\'hi\')
saved in a file example.py.
example.py
I start the prompt on windows and hit pyth
pyth