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

How can I apply loop to solve this question?Thanks Exercise 4.1 Looping

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!