Posts by LARICY EMMANUELLY DA SILVA FER • 49 points
1 post
-
3
votes3
answers220
viewsQ: How to popular a dynamically key and value dictionary?
Write a program that takes an integer n value and returns a dictionary where the keys are numbers from 1 to n and the values are the squares of their respective keys. Ex: for n = 8, the result…