dict = {"apple": "fruit", "ball": "object", "cricket": "sports"} #how to print? print(dict["cricket"])