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 9447158

Browse files
Update solution.hide.py
1 parent 1d1978c commit 9447158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎exercises/15.2-Parking_lot_check/solution.hide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[1,1,2]
55
]
66

7-
#Your code go here:
7+
#Your code here
88
def get_parking_lot(matrix):
99
state = {'total_slots': 0, 'available_slots': 0, 'occupied_slots': 0}
1010
for i in range(len(matrix)):
@@ -17,4 +17,4 @@ def get_parking_lot(matrix):
1717
state["total_slots"] += 1
1818
return state
1919

20-
get_parking_lot(parking_state)
20+
get_parking_lot(parking_state)

0 commit comments

Comments
(0)

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