I am trying to create a Dictionary of code and their country, Example for my dictionary:
capital_dict = {'My':'Malaysia','In':'India','Si':'Singapore','Vi':'Vietname'}.
Whenever the user enter the correct code like 'My', the program will print out 'The Code is My and the country is Malaysia'
also if the user enter an invalid code, the program will print out 'Country is not in the list'.