We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd4733 commit 5983cd8Copy full SHA for 5983cd8
exercises/10.1-And_One_and_a_Two_and_a_Three/app.py
@@ -5,10 +5,4 @@
5
}
6
7
# Your code here
8
-keys = list(contact.keys())
9
-values = list(contact.values())
10
-i = 0
11
12
-for key in keys:
13
- print(key + ': ' + values[i])
14
- i = i + 1
0 commit comments