Skip to content

Commit a1a3b08

Browse files
authored
Update sequences_beyza_sungar.py
1 parent b5729a2 commit a1a3b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week02/sequences_beyza_sungar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"city" : "Eskişehir",
77
"age" : 22}
88

9-
def remove_duplicates(my_list)
9+
def remove_duplicates(my_list):
1010
return list(set(my_list))
1111

12-
def list_counts(my_list)
12+
def list_counts(my_list):
1313
counts = {}
1414
for item in input_list:
1515
if item in counts:

0 commit comments

Comments
 (0)