What will be the output? class A: def foo(self): print "Test" a = A() a.foo()
Test
Syntax error
Value error
Attribute error