Class-12: Computer Science With python | Working With Binary Files | Binary Files Program in Python

Опубликовано: 14 Май 2026
на канале: Technology Planet
291
11

Class-12: Computer Science With python | Working With Binary Files | Binary Files Program in Python

(i) Differentiate between r+ and w+ file modes in Python.
(ii) Consider a file, SPORT.DAT, containing records of the following structure:
[SportName, TeamName, No_Players]
Write a function, copyData(), that reads contents from the file SPORT.DAT and copies the records with Sport name as “Basket Ball” to the file named BASKET.DAT.
The function should return the total number of records copied to the file BASKET.DAT.