Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

AIRdit

Acknowledgement:
We would like to express our greatest gratitude to all those who have helped us throughout this
project. Firstly we would like to thank our cs teacher Ms Jyoti Khurana for constantly guiding
and supporting us. We would also like to acknowledge our friends for motivating us to give our
best. We wish to extend our gratitude to our school for providing us with the opportunity to work
on this.

Why we chose this:


Are you tired of cumbersome processes when it comes to editing flight information? Say
goodbye to inefficiency with AIRdit, the revolutionary program designed to streamline and
simplify the entire flight information editing experience. AIRdit is a culmination of two things- Air
and Edit. It is a fast, easy and efficient way of editing your air information.

With the onset of various online apps such as digi yatra by the GOI, seamless and paperless
travel experience to air passengers has become vital. In order to make the travel experience more
pleasant, we introduce AIRdit, an online platform for passengers and admins to edit the flight
information such as the time, destination, airline or merely confirm their travel.

Our user-friendly interface ensures that you spend less time navigating complex systems and
more time focusing on what matters – delivering accurate and up-to-date flight information.

Link to code:
https://colab.research.google.com/drive/1eNa3qfaL79OLYObAFbd-DB-FQ5aFPiQd?usp=sharin
g
Code:
Output:
Explanation of Code Structure:

At the start of the code, a dictionary is defined with the key as the flight number and the value as
a list of the destination, time of flight, airlines and available seat number.

The user is asked to input their flight number and the flight data is displayed.

Next, the user is asked to identify as the admin or passenger.

If they are the passenger, they are given a choice of canceling their flight or paying the amount
and a suitable message is displayed accordingly.

If they are the admin then a menu driven nested if loop is displayed that allows the admin to
choose and edit the flight information

Finally, the updated details are displayed with a thank you message.

You might also like