PythonOutput Variables
Output Variables
The Pythonprint
statement is often used to output variables.
To combine both text and a variable, Python uses the+
character:
You can also use the comma character,
to print more than one string/variable:
Related Pages
Python Variables TutorialCreating VariablesVariable NamesAssign Value to Multiple VariablesString ConcatenationGlobal Variables