Hi all I am brand new to python so if anyone could help that would be great. The trouble I have is that I am trying to call two other programs from within a parent program, and pass arguements to these children programs. Here is my code so far, but it seems incorrect so maybe you will spot a mistake. Many thanks for your time.
def init(p1):
loc.p1 = str(p1)
def lab01(p1):
call("2404")
def lab02(p1):
call("test2")