Python Variables
================
In this video, we will learn about
1. What are Variables in Python
2. How to create variables
3. What is the meaning of "Python is dynamically typed"?
4. How to get the type of value stored in a variable
5. Rules for naming a variable
6. What is multiple assignment
7. How to assign one value to multiple variables
8. Global Variables