Flight Booking (Python) This exercise provides a basic Python HTTP server used to track flight tickets and their prices.Your interviewer will explain the question; the README only contains usage hints.The main libraries include Flask (HTTP server) and psycopg2 (PostgreSQL client). Getting Started To start the database: Then, in another terminal: If psycopg2-binary fails to install,…