Multiple Assignment:
Python allows us to assign a single value to several variables or to assign multiple objects to multiple variables simultaneously.
Multiple Assignment:
Python allows us to assign a single value to several variables or to assign multiple objects to multiple variables simultaneously.
Variables are nothing but reserved memory locations to store values.
This means that when we create a variable we reserve some space in memory to store values like 100,100.00,"Tom Hanks".
This code demonstrates nested for loop in python.Indentation of statements is very important.