Let's add some more logic to our bot. What if you've already booked a class?
Upgrade your code to:
Check if a class is already booked (button reads "Booked")
Check if you're on the waitlist (button reads "Waitlisted")
Join the waitlist if the class is full (button says "Join Waitlist")
Print appropriate messages:
✓ Already booked: Spin Class on Tue, Aug 12
✓ Already on waitlist: HIIT Class on Tue, Aug 12
✓ Joined waitlist for: Yoga Class on Tue, Aug 12
