class Hello: def talk(self): print 'hello!' Hello().talk()