This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Tuesday, 30 May 2023
Python: Get number of characters in a String
Using python built-in function ‘len()’, we can get the
number of characters in a string.
No comments:
Post a Comment