Example5.py



import ExampleModule

ExampleModule.SayHello()
print(ExampleModule.Summ(5, 10))