Problem Statement - B04C-2015
Consider the following definition of class Student. Write a method in python to write the content in a pickled file student.dat
class Student: def_init_(self,A,N} : self.Admno=A self.Name=N def Show(self}: print (self.Admno, "#" , self.Name}
Solution
CSKC| Created: 11-Jan-2019 | Updated: 11-Jan-2019|CBSE12A-2015