Computer Science, asked by monikabisht736, 7 months ago

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 XxRiyanaxX
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