The goal of this project was to implement a bank class system using only the ‘datetime# and random modules. The basic account would have the usual functionality of most bank accounts; deposit, withdraw, check balance, etc while the premium account would have added functionality such as going into the overdraft and adjusting what the overdraft limit is.
*Please note this was a project undertaken early in my programming journey and if were done now would have scope for improvement.