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 variable names are the variable names chosen by the programmer that reflect their intent regarding what data will be
stored in each data. Mnemonic variable names can get in the way of a beginning programmer's ability to parse and understand code.