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