26. Create a file phonebook.dat that stores the details in the following
format:
Name phone
asasas 121212
Obtain the details from the user.
27. Write a function addrecord() to add new record to the binary file
“student” using list. The list should consists of student number, name
and marks.
28. Write a function readall() the record from the binary file “student.dat”
and display all the records for the above program.
29. Write a function empadd() which can add a record of employee in a
binary file “data.dat” using dictionary. Data to be add include ename
and eno. Also write a function empread() which can read all the records
from the fil
Answers
Answered by
0
Answer:
I can't understand your question
Similar questions