I have written a script foo.py. In the method there is a method:
def bar(p1, p2): print("this is bar:" + p1 + ", " + p2)