String variables can be declared either by using single or double quotes:Example x = "John"# is the same asx = 'John' Try it Yourself » Related Pages Python Variables Tutorial Variable Names Assign Value to Multiple Variables Output Variables String Concatenation Global Variables ...