Hacker News new | ask | show | jobs
by aprdm 3571 days ago
len is a method. it is just a shortcut for object.__len__()

so is str and other shortcuts