Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian

Question 1: What are mnemonic variable names? Why is a good practice to use them?

'''
Mnemonic variables are also known as keyword and these are a special kind of words reserved by the programming languages.
The name of the mnemonic variable are def,class,break,continue etc.
we use them because it helps us to define codes easily
'''

Use variables and suitable data types in python to solve the following. Add comments to explain why you did what you did. Use mnemonic variable names.