Please enable JavaScript to use CodeHS

Teaching Intro to Computer Science in Python 3

Lesson 4.1 Printing in Python

Description

In this lesson, you?ll learn how to make the most basic python program, one that displays texts on the screen. When you run these programs, you?ll see text appear on the console screen. You will learn how to print in python using the print statement. You will also learn how to use quotations, apostrophes, and strings.


Objective

Students learn how to print text in Python.