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?

mnemoic variable are meaningful names given to the variables used in the program to make them easier to identify and to understand their purpose in the program . example name="shivam" , the variable name tells that it used to store the name 'shivam'.

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.