0
Can anybody make this code errrofree?
4 Answers
+ 1
which error did you get?
I entered next values:
123
name
psw
100
50
10
and got output:
Enter your IFSC number: Enter your username:Enter your password:Enter your initial balance :Welcome !! to your account
You have been successfully logged in...
When you will come next time you can simply login by entering your username and password...
Enter amount to be deposited Sir/Madam:
Your amount has been deposited sucessfully : 50.0
Enter amount to be withdrawn:
You withdrew: 10.0
Your net available balance= 140.0
there is no error.
+ 1
https://code.sololearn.com/c3HMXFpx92UI
Fixed errors:
invalid identation of lines #11..13
added attribute "balance" instead of "initial_bal" in line #10
"initial_bal" in line #33 replaced with "balance"
0
It's not error free
0
Ok thanks