In this module, you are going to see the essential concepts of Python Programming: Variables and Keywords. To store the data values, variables are used as they act as containers. Whereas, keywords are used to define structure and syntax for Python language.
Topics covered in this section are:
- Variables and Rules for writing Variables
- Assigning values to multiple variables
- Keywords in Python