October 2022
Beginner
200 pages
3h 7m
English
You can store and manipulate all different types of data: a number, a string, list, and so on. With Python, you don't need to declare all your variables before you use them.
A variable is a labeled location in memory that is used to store values within a computer program. There are two types of variables: local and global.
Read now
Unlock full access