def foo(): """ Docstring for the function :return: int """ print(42) return 42 res = foo()