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