fork download
  1. class Foo(object):
  2. def __int__(self):
  3. return 3
  4.  
  5. print int(Foo())
Success #stdin #stdout 0.01s 7736KB
stdin
Standard input is empty
stdout
3