Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 64fdabc

Browse files
Update README.md
1 parent 2fa30aa commit 64fdabc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎exercises/15.2-Parking_lot_check/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ parking_state = [
1515
]
1616
```
1717

18-
## 📝Instructions:
18+
## 📝Instructions:
1919

20-
1. Create a function get_parking_lot() that returns a dictionary with `total_slots`, `available_slots` and `occupied_slots` like the following:
20+
1. Create a function `get_parking_lot()` that returns a dictionary with `total_slots`, `available_slots` and `occupied_slots` like the following:
2121

2222
```python
2323

@@ -28,7 +28,7 @@ state = {
2828
}
2929
```
3030

31-
## 💡 Hint:
31+
## 💡 Hints:
3232

3333
- Declare the key names to store the values.
3434

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /