Can anyone tell me how can I get the length of a string without using the len()
function or any string methods. Please anyone tell me as I'm tapping my head madly for the answer.
Thank you.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Try doing this, its pretty simple and easy
Using while loop
A "tongue twister"
some recursive solutions