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?

ANSWER1- mnemonic names are descriptive variable names like "my_score_in_game "
we use this as its a good way to improve readability of code and is a good substitue to comments