Session Ready
Exercise

Printing output

The print() function in a Python script explicitly prints the output. It is time to write your first line of Python code with and without the print() function to observe how it impacts the output of a script.

Instructions 1/2
undefined XP
  • 1
  • 2

Write a command that adds 10 and 2.