Get Length of the Given String using Python July 13, 2021 Python 0 Comments 268 Views len function text = 'Hello' length = len(text) print(length)
Leave a Comment
Cancel reply