I have a .pyc file with code:
def myfunc(in_str = "Hello World"): print(in_str)
I try to run it from a separate code like this: