Home / TryIronPython / TryIronPython / Python / Lib / ExampleModule.py
def SayHello(): print('Hello, world!') def Summ(a,b): z = a + b return z