Rushi's Project
print("This is a program to find classmate's name according to their roll no.") name=input("Enter your name:\n") #User's name print("Hello "+name+", Welcome to this program.\n\n") classmates={"1":"Aliza\n Female \n CS~Bio", #Dictionary "2":"Haney\n Female\n CS~Bio", "3":"Om\n Gender ERROR\n Subject ERROR", "4":"Diraq\n Male\n CS~Maths", "5":"Dhruv\n Male\n CS~Bio", "6":"Rushi\n Male\n CS~Maths", "7":"Rutva\n Female\n CS~Maths", "8":"Dweep\n Male\n CS~Maths", "9":"Tanisha\n Female\n CS~Bio", "10":"Taniya\n Female\n CS~Bio", ...