Problem
Booking a seat on a plane, a bus. a train, a theatre, etc., is all the same - a booked seat cannot be booked again.
i. Draw a questions mind map to understand the logic of how to book and prevent double booking a seat in a Python LIST.
ii. Prepare a flowchart to show the logic of booking and preventing double booking.