Multiple choice

What function/command do we use to print something to the screen?

  1. printer()

  2. print()

  3. print = 22

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The print() function is the standard command in Python used to output text or data to the console or screen.