Skip to content

Commit 6a4dab7

Browse files
authored
Update README.md
1 parent a7cf965 commit 6a4dab7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/15.2-Parking_lot_check/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ parking_state = [
2020
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
23-
2423
state = {
2524
total_slots: 12,
2625
available_slots: 3,

0 commit comments

Comments
 (0)