Python Strings
In programming, a string is a series or a sequence of characters. A character is a symbol or a letter or even a number enclosed in quotes. Some example of strings may be – sagar, roll12, %#@!&. How to create a string in python – In python, a string can be created by enclosing characters

