Hacker News new | ask | show | jobs
by Fargren 3403 days ago
And I can't count the times I tried to do s.len() or s.length().
1 comments

Of course, s.__len__() actually works.