Print a Dictionary

# Introduction In Python, dictionaries are used to store key-value pairs. In this challenge, we are required to define a function that prints a dictionary where the keys are numbers between 1 and 20 (both included) and the values are the squares of the keys.

|60 : 00

Click the virtual machine below to start practicing