Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Displaying values
2. Displaying numbers
Variables
The print function
List basics
Summary

Instruction

Alright, our Python crash course begins now! First, we'll learn how to show something in our console located on the right side of the screen, below the code editor. If you want to display a number, just type it in the Code Editor window.

2018

The expression above will show 2018 in the console.

Exercise

Show the number 100 in the console window.

Stuck? Here's a hint!

Simply type:

100