Computer Science, asked by kalyanvishwa4, 7 months ago

Write a program to get roll number, names and marks of the students 3
of a class and store the details in a binary file called "Marks.dat". python programming​

Answers

Answered by Anonymous
33

Explanation:

.

INSERT INTO STUDENT(ROLL no, Name, Marks)

VALUES (52,Sachin , 92)

ii(53, Rohit , 96)

III (54,Peeyush, 95).

here is your answer

Similar questions