30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Minor typo in day8

Open leocangiotti opened this issue 1 month ago • 0 comments

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.

leocangiotti avatar Nov 10 '25 08:11 leocangiotti