This is a work from my class and it's a completed work code.
Anyone can use it without any restriction and no limits how the code is contribute.
2d table with no limits on rows or column.
The length and size of the data is determine by the data file
- Add New Reservation
- Edit Existing Reservation
- Cancel Reservation
- Display Seating Chart
- Save Reservations to a file
- Exit
Run in terminal with python3:
python3 filename.py- Python 3+
- pycharm
- VScode
- The data must have this format and it can be contains in any extention.
- Every order of number you see are the column numbner.
3 # <-- this is how many row
5 # <-- this is how many column
first-row
2
3
4
5
second-row
2
3
4
5
1
2
3
4
bottom-right