Advertisements
Advertisements
प्रश्न
What is String?
टिप्पणी लिखिए
उत्तर
The string is a data type in python, which is used to handle an array of characters. The string is a sequence of Unicode characters that may be a combination of letters, numbers, or special symbols enclosed within single, double, or even triple quotes.
Example:
‘Welcome to learning Python’
“Welcome to learning Python”
“Welcome to learning Python”
shaalaa.com
Introduction to Strings
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?