Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 09_Day_Conditionals/09_conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Enter number two: 3
1. Here we have a person dictionary. Feel free to modify it!

```py
person={
person={
'first_name': 'Asabeneh',
'last_name': 'Yetayeh',
'age': 250,
Expand All @@ -270,7 +270,7 @@ Enter number two: 3
'street': 'Space street',
'zipcode': '02210'
}
}
}
```

* Check if the person dictionary has skills key, if so print out the middle skill in the skills list.
Expand Down