Dict = {"name": 'Izhaan', "salary": 1234, "age": 23} print(" Dictionary with the use of string Keys: ") print(Dict)