# -*- coding: utf-8 -*- import demo print "Before calling f ..." demo.say_hello() print "After calling f." print demo.return_42() print demo.add(12, 13)