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 those variable names which help us to remember why the variable was defined in the first place.It is a good practice to use them as they avoid confusion for us as well as others if they want to edit our program in the future.

Question 2: The cost of 2 radio sets is 1475. What is the cost of 35 such radio sets?
Use variables and suitable data types in python to solve the following. Add comments to explain why you did what you did. Use mnemonic variable names.