Skip to content

Commit 6fdb9b9

Browse files
authored
Update sequences_mert_can_fidan.py
My Changes Firstly, I created four values named as my_list, my_tuple, my_set, my_dict and after that I created three functions named as remove_duplicates, list_counts and reverse_dict. Checklist I have read [CONTRIBUTING]. I have performed a self-review of my own code. I have run the code locally and it works as explained. I have commented my code, particularly in hard-to-understand areas
1 parent 642072c commit 6fdb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week02/sequences_mert_can_fidan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
my_list = ["Mert", "Can", "Fidan", "Can", "Fidan",24,24,24]
22
my_tuple = ("Mert", "Can", "Fidan")
33
my_set = {"Mert", "Can", "Fidan"}
4-
my_dictionary = {
4+
my_dict = {
55
"name": "Mert Can Fidan",
66
"age": 24,
77
"alive": True

0 commit comments

Comments
 (0)