|
|
|
|
|
by geocar
1851 days ago
|
|
> The claim that you have to look up len seems disingenuous In what way? I have to look up "how do I get the indices of a list" to get range(1,len(x)) -- I think I could have also used enumerate() and a bunch of other things, but this seemed the shortest. > All you're communicating here is that you don't regularly work with Python. I hope I'm communicating more than that because I put a lot of effort into my comment. I don't regularly work with k either. What exactly do you think you are communicating? |
|