Question: How can I apply loop to solve this question?Thanks Exercise 4.1 Looping for the items in a dictionary Write a program to store the following:
How can I apply loop to solve this question?Thanks

Exercise 4.1 Looping for the items in a dictionary Write a program to store the following: card = {'A':1, '2':2, '3':3, '4':4, '5':5, '6':6, '7':7, '8':8, '9':9, '10':10, 'J':11, 'Q':12, 'K': 13}. Using a for loop to print all the keys in this dictionary. Expected Output AOC - DO NO UAW ND
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
