How to Assign values to a variable ?
Simple you have to declare a variable name and assign any value.
For ex. Name = “Chandra”
Status=False
Age=30
Now all the above variables has been assigned values.This is a simple way to declare and assign related values to a variable.