-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Description
In the dictionary "person", a key is specified as "is_marred" instead of "is_married". Therefore, some examples don't run the code.
person = {
'first_name':'Asabeneh',
'last_name':'Yetayeh',
'age':250,
'country':'Finland',
'is_marred':True,
'skills':['JavaScript', 'React', 'Node', 'MongoDB', 'Python'],
'address':{
'street':'Space street',
'zipcode':'02210'
}
}
Thank you, for the great content Asabeneh.
Metadata
Metadata
Assignees
Labels
No labels