top of page
Unit 1 Lesson 1: The Print Function
Functions are a group of commands that can efficiently be called with one line.
The print() function is a specific, built-in function that outputs a message to the screen. Strings and integers placed within the parentheses will be printed:


bottom of page