len |
| len(s) |
Returns the length of an object (built-in). |
| s | ?? |
| REMARKS |
| * No prefix required - Core * Return the length (the number of items) of an object. The argument may be a sequence (such as a string, bytes, tuple, list, or range) or a collection (such as a dictionary, set, or frozen set). * For the Official documentation refer to python.org |
??
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top