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?

ans:mnemonic variable names to help us remember why we created the variable in the first place. it is a very good idea to use mnemonic variable names, mnemonic variable names can get in the way of a beginning programmers ability to parse and understand code.