We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2032 commit 97c2d7bCopy full SHA for 97c2d7b
Week02/sequences_muhammet_berk_can.py
@@ -1,7 +1,7 @@
1
2
my_list = ["Raw Prime Meat", True , 211, "Saddle"]
3
my_tuple = "Rex","Pterenadon",215,False,("Raptor","Microraptor")
4
-my_dictionary = {"Narcotic" :" a tranquilizer", "duration_in_minute":10,}
+my_dict = {"Narcotic" :" a tranquilizer", "duration_in_minute":10,}
5
my_set = set(["42",64,"sdad","sad",64,42]) #duplicated values will be removed
6
7
0 commit comments