String is a sequence of characters. To create a string value in Python, enclose the sequence of characters in single or double quotes. Then you can assign this string value to a variable, or use in an expression, as per your requirement.
Visit https://coderbeing.com/ for Python Video Tutorials
References
Python Tutorial - https://www.tutorialkart.com/python/
Create string using single quotes - https://www.tutorialkart.com/python/p...
Create string using double quotes - https://www.tutorialkart.com/python/p...