Skip to content

Commit 8ae1fc6

Browse files
authored
sequences_umit_unal.py
1 parent 56c9c38 commit 8ae1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week02/sequences_umit_unal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def list_counts(my_list):
1717

1818
def reverse_dict(my_dict):
1919
reversed_dict = {}
20-
for key, value in my_dict.i():
20+
for key, value in my_dict.items():
2121
reversed_dict[value] = key
2222
return reversed_dict
2323

0 commit comments

Comments
 (0)