Skip to content

Commit 97c2d7b

Browse files
authored
Update sequences_muhammet_berk_can.py
1 parent 87f2032 commit 97c2d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week02/sequences_muhammet_berk_can.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
my_list = ["Raw Prime Meat", True , 211, "Saddle"]
33
my_tuple = "Rex","Pterenadon",215,False,("Raptor","Microraptor")
4-
my_dictionary = {"Narcotic" :" a tranquilizer", "duration_in_minute":10,}
4+
my_dict = {"Narcotic" :" a tranquilizer", "duration_in_minute":10,}
55
my_set = set(["42",64,"sdad","sad",64,42]) #duplicated values will be removed
66

77

0 commit comments

Comments
 (0)