Ditctionary

numdict = {'one': 1, 'two': 2, 'three': 3, 'four': 4}
print("Displaying Dictionary-\n", numdict)