|
VOICE OF CODE
IT Learning Platform
|
VOICE OF CODE
IT Learning Platform
My Courses
Log in
Sign up
Loading lesson…
|
VOICE OF CODE
IT Learning Platform
|
VOICE OF CODE
IT Learning Platform
My Courses
Log in
Sign up
Loading lesson…
Video
Practice
Exercises
💡
What to notice
Practice
age stores the number 25.
user_name stores the text "Alice".
print() displays values on the screen.
Variable names should describe what the value represents.
Variables
›
Variable Names
Run
Loading Python…
Restore
1
2
3
4
5
Output
Click Run to see output.
Video
Practice
Exercises
💡
What to notice
Practice
age stores the number 25.
user_name stores the text "Alice".
print() displays values on the screen.
Variable names should describe what the value represents.
Variables
›
Variable Names
Run
Loading Python…
Restore
1
2
3
4
5
Output
Click Run to see output.