Python String Variables
Assign String to a Variable
Assigning a string to a variable is done with the variable name followed by an equal sign and the string:
Related Pages
Python Strings Tutorial String Literals Multiline Strings Strings are Arrays Slicing a String Negative Indexing on a String String Length Check In String Format String Escape Characters