LLD - Design — Hotel Booking System
Identify the issue in the following availability check code:
availability = {"slotA": True}
if availability["slotB"]:
print("Available")
else:
print("Not Available")