Understand the print statement in Python
Learn how to use the print statement to output text and variables
Print Statement
Console Output
Variables
This section introduces the print statement in Python, its purpose and how to use it.
Here, we learn how to use the print statement to output both plain text and variables to the console.
This section provides an interactive exercise where you can practice using the print statement to display different types of information.