FREE INTERACTIVE ONLINE COURSE

Python 3

FOR BEGINNERS


"The first Python course that simply amazed me. Very well explained and easy to understand." (Alexandru Cosmin)

"The best Python course in Romania." (Iulian Geană)


ALL REVIEWS
LESSON 3
PAGE 1 / 4
Variables
Home >>> Free Online Lessons, Python 3

What Are Variables?

As mentioned in the [introduction], programs take certain input data, process it, and provide the result as output data:



Run the code below which reads an input from the keyboard using the input() function, and then displays it using the already familiar print() function:
Editor - lesson_3.py
       
Console / Output done
Run the program as there is more information.
 home   list  CONTENTS   perm_identity   arrow_upward