Valeurs du dictionnaire Python
dictionary_name.values()
Samuel Yu
dictionary_name.values()
Dict = {"name": 'Izhaan', "salary": 1234, "age": 23}
print("\nDictionary with the use of string Keys: ")
print(Dict)