Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
"Question 1"
'Question 1'
'''the word mnemonic means "memory aids".
it is necessary for the beginner in coding.
we choose mnemonic variables to remember what we made at first place.'''
'the word mnemonic means "memory aids".\nit is necessary for the beginner in coding.\nwe choose mnemonic variables to remember what we made at first place.'
'''for ex
x=47
y=87
z=x*y
here we need not remember the values of x and y or repeated use those values and use these variables wherever they are required.'''
'for ex\nx=47\ny=87\nz=x*y\nhere we need not remember the values of x and y or repeated use those values and use these variables wherever they are required.'
"Question 2"
'Question 2'