looking for help with exercise please provide a simple python script and explanation I have provided my code as well what would you change? Write a program that keeps track of user's balance in their account after each transaction. Have the program ask for their initial balance and then keep track of their current balance after each transaction, until the user stops the program. 1. Welcome banner 2. ask for starting balance 3. ask to specify transaction type in (w) for withdrawal or (d) for deposit. 4. prompt the user for the amount for the transaction. doesn't need to be validated. 5.print the new balance 6. prompt the user if they want to continue with another transaction. if they enter Y or y repeat steps 3-6.
looking for help with exercise
please provide a simple python script and explanation
I have provided my code as well
what would you change?
Write a
1. Welcome banner
2. ask for starting balance
3. ask to specify transaction type in (w) for withdrawal or (d) for deposit.
4. prompt the user for the amount for the transaction. doesn't need to be validated.
5.print the new balance
6. prompt the user if they want to continue with another transaction.
if they enter Y or y repeat steps 3-6.
Step by step
Solved in 4 steps with 1 images