Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='practice-ground')
Fruit= "Mango"
if Fruit == 'Mango' :
    print ('the fruit exists in stock')
elif Fruit == 'cherry':
    print('wrong fruit entered')
elif Fruit== 'kiwi':
    print('wrong fruit entered')
else:
    print("completely out of range.")