Comment by fnord77
2 days ago
which is nicer?
float(len(str))or
str.len().float()
Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy
2 days ago
which is nicer?
float(len(str))or
str.len().float()
Also, there's numerous ways of doing the same thing, despite that being contrary to python's philosophy
No comments yet
Contribute on Hacker News ↗