Computer Science, asked by madpagal2261, 1 year ago

Write a Python program using classes and objects to simulate result preparation system for 20 students.

Answers

Answered by omegads03
0

class students

{  for x=i; i<20, x++;

   i=(rollno,name,student name);

   print.ln("result is \n");

}

 

Similar questions