Read

Create

Read

Create
My GuidesCommunity Guides
Create NewGo Pro

Want more?

Go pro

Theme

Introduction to Printing in Python

Chapter 1
We kickstart our course with an understanding of how to print in Python. We will explore the print statement and how it is used to display information on the console.

Goals

  • Understand the print statement in Python

  • Learn how to use the print statement to output text and variables

Key Concepts

  • Print Statement

  • Console Output

  • Variables

Understanding the Print Statement

This section introduces the print statement in Python, its purpose and how to use it.

un-published

Printing Text and Variables

Here, we learn how to use the print statement to output both plain text and variables to the console.

un-published

Interactive Printing Exercise

This section provides an interactive exercise where you can practice using the print statement to display different types of information.

un-published