A file bankdata.dat exist on disk having records of customers(accountno,custname, balance). Write a python function bankdata() to display records of those customer whose balance amount is more than 200000
Answers
Answered by
36
Answer:
A file bankdata.dat exist on disk having records of customers(accountno, custname, balance). Write a python function bankdata() to display records of ... records of customers(accountno,custname, balance). Write a python function bankdata() to display records of those customer whose balance amount is more than 200000.
Similar questions