You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function that returns the dictionary description with simple data structure (list, dictionary, string, integer and boolean) for JSON serialization of an object
Class Student that defines a student by: Public instance attributes: first_name, last_name, age, Instantiation with first_name, last_name and age, Public method def to_json(self): that retrieves a dictionary representation of a Student instance (same as 10-class_to_json.py).