Please enable JavaScript to use CodeHS

Utah Computer Programming 1

Lesson 2.1 Printing in Python

Description

In this lesson, students will learn how to make the most basic python program- one that displays text on the screen. Students will learn how to print in python using the print statement. They will also learn how to use quotations, apostrophes, and strings.


Objective

Students will be able to:

  • Print text in Python