zlacker
[parent]
[thread]
1 comments
1. _xnmw+(OP)
[view]
[source]
2024-06-06 06:07:32
Len() and str() are a loop under the hood.
replies(1):
>>emidln+w3
◧
2. emidln+w3
[view]
[source]
2024-06-06 06:37:50
>>_xnmw+(OP)
len() is an O(1) lookup of the stored length on the unicode/bytes object in Python.
[go to top]