Loading

Quipoin Menu

Learn • Practice • Grow

python / Dictionaries
exercise
1/5
Exercise 1Python
Question

Create a dictionary with keys 'name', 'age', 'city'. Write a Python program to print all keys, all values, and all key-value pairs.