SyntaxFix
Write A Post
Hire A Developer
Questions
class Foo(object): bar = 1 def bah(self): print Foo.bar f = Foo() f.bah()