print "Hello, I'm A." import library library.execute("B", 10)
def bar(): execute('D.foo', y=-5, s='horse')
from library import execute if __name__ == "__main__": execute()
print "Hello, I'm B." import library library.execute("C", 10)