Day09 - String in Python
Strings in Python:
String is a collection of alphabets, words or other characters. It is a sequence of characters. Or anything enclosed in single or double quote is known as "string".
Example - Using double quote
data = "Python Language" #using doub...
codingsplash.hashnode.dev2 min read