Commit Graph

9 Commits (355e85eac0ada2b1339aafdbde38fdd1226c5641)

Author SHA1 Message Date
Akshitha Kumbam 3569503963 Update parking_lot.py
Updated [return True if {boolean expression} else False] --> {boolean expression}
2025-04-07 14:07:45 +03:00
Ido Ophir d65fca4644 Update solutions/object_oriented_design/parking_lot/parking_lot.py
Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 13:35:43 +03:00
shivral 1edf1696f0 Update parking_lot.py
Fixed the typo where spot size was not being assigned and cleaned up the supers
2025-04-07 13:35:43 +03:00
Narendra Choudhary Legha 1f939ec351 Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
cclauss 4a7d2e4525 Adding missing self variable (#158) 2018-05-06 21:25:31 -04:00
cclauss 1b339dbdde Change LARGE to VehicleSize.LARGE in parking lot solution (#146) 2018-04-08 20:25:11 -04:00
cclauss f099a0ad3f Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
Ian Park 4badddd78e Init spot_size member in parking lot exercise (#83) 2017-05-29 20:55:32 -04:00
Donne Martin 831906f96c Add Parking Lot Solution 2017-03-03 18:54:23 -08:00