# creating two objects a = Student() b = Student() a.name = "George" a.id = 17890 a.gpa = 3.67 b.name = "John" b.id = 17970 b.gpa = 3.53