fork download
  1. class Mydog(object):
  2. def __len__(self):
  3. return 100
  4.  
  5. dog=Mydog()
  6. len(dog)
  7. # your code goes here
  8. # your code goes here
  9. # your code goes here
Success #stdin #stdout 0.07s 14060KB
stdin
Standard input is empty
stdout
Standard output is empty