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 basically variable names which make it easier to understand the function of variable, to make it easier to track it and finally to remind user why the respective variable was created in the first place.