Question 1 - Write a python program to implement the bank operations. The following operations must be considered:
1. Deposit the money
2. Withdraw the money
3. Display the balance
4. Exit
The above program must be implemented using OOPS concepts GUI. The more you are creative and user-friendly you will be awarded bonus marks. But, you will not be penalised for not being user-friendly.
Question 2 - Write a Python program to sort a list of elements using the bubble sort algorithm.
Question 3 - Open ended question
Write a GUI-based application or a game of your choice. The game or application can be of your choice and it can be anything based on what you have studied in the class. The marks will be awarded based on the topic/game selected, creativity, how GUI is build, logic, application of the OOPS concepts, and simplicity of the code.