Rolling Engine Active
⏱ 01:00
What does the 'print()' function do in Python?
Introduction to the Module
In this section, we cover the basics of setting up your local environment.
Defining Variables
Variables are like containers for storing data values.
x = 5
y = "John"
print(x)
Code Sandbox