We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cf965 commit 6a4dab7Copy full SHA for 6a4dab7
exercises/15.2-Parking_lot_check/README.md
@@ -20,7 +20,6 @@ parking_state = [
20
1. Create a function `get_parking_lot()` that returns a dictionary with `total_slots`, `available_slots` and `occupied_slots` like the following:
21
22
```python
23
-
24
state = {
25
total_slots: 12,
26
available_slots: 3,
0 commit comments