Python Basic Concepts
Do You Know?
1)In Python we can get to know, how many number of characters are there in a string?
What is a string =In Python, a string is a sequence of characters enclosed in either single quotes (') or double quotes ("). Strings are used to represe...
yashmali.hashnode.dev3 min read