diff --git a/08_Day_Dictionaries/08_dictionaries.md b/08_Day_Dictionaries/08_dictionaries.md index 07bd049e3..95d54cdaa 100644 --- a/08_Day_Dictionaries/08_dictionaries.md +++ b/08_Day_Dictionaries/08_dictionaries.md @@ -60,7 +60,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -119,7 +119,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -141,7 +141,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -172,7 +172,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -202,7 +202,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -247,7 +247,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', diff --git a/10_Day_Loops/10_loops.md b/10_Day_Loops/10_loops.md index 9192e059d..ac21c57bd 100644 --- a/10_Day_Loops/10_loops.md +++ b/10_Day_Loops/10_loops.md @@ -208,7 +208,7 @@ person = { 'last_name':'Yetayeh', 'age':250, 'country':'Finland', - 'is_marred':True, + 'is_married':True, 'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address':{ 'street':'Space street', @@ -339,7 +339,7 @@ person = { 'last_name': 'Yetayeh', 'age': 250, 'country': 'Finland', - 'is_marred': True, + 'is_married': True, 'skills': ['JavaScript', 'React', 'Node', 'MongoDB', 'Python'], 'address': { 'street': 'Space street',