0

Can anybody make this code errrofree?

https://code.sololearn.com/cs8z7dh6hSzO/?ref=app

27th Mar 2020, 11:39 AM
PRADEEP KUMAR JAISWAL
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.
27th Mar 2020, 12:18 PM
andriy kan
andriy kan - avatar
+ 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"
27th Mar 2020, 12:07 PM
andriy kan
andriy kan - avatar
0
It's not error free
27th Mar 2020, 12:13 PM
PRADEEP KUMAR JAISWAL
0
Ok thanks
27th Mar 2020, 1:54 PM
PRADEEP KUMAR JAISWAL