class MyClass(object): def printFoo(self): print 'You invoked printFoo()!'myObj = MyClass() myObj.printFoo()
Name (required)
email (will not be published) (required)
Website