Skip to content

Commit 5983cd8

Browse files
committed
delete my solution
1 parent ffd4733 commit 5983cd8

File tree

1 file changed

+0
-6
lines changed
  • exercises/10.1-And_One_and_a_Two_and_a_Three

1 file changed

+0
-6
lines changed

exercises/10.1-And_One_and_a_Two_and_a_Three/app.py

-6
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55
}
66

77
# Your code here
8-
keys = list(contact.keys())
9-
values = list(contact.values())
10-
i = 0
118

12-
for key in keys:
13-
print(key + ': ' + values[i])
14-
i = i + 1

0 commit comments

Comments
 (0)