3 Answers
New AnswerGiven dictionary is: squares = {1: 1, 3: 9, 5: 25, 7: 49, 9: 81}
5/24/2022 2:16:54 PM
Mihir Lalwani3 Answers
New AnswerSetup a variable named <size>, initialize it by zero Run a for...in loop on the <squares> dictionary Increment <size> on each loop iteration
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message