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 variables are those whose name have been made up such that they give us a hint of why did we decide to 
use them in the first place . Its a good practice to use them as it helps us keep a track of things """
'mnemonic variables are those whose name have been made up such that they give us a hint of why did we decide to \nuse them in the first place . Its a good practice to use them as it helps us keep a track of things '