reset password
Author Message
hmondra2
Posts: 2
Posted 16:19 Dec 09, 2019 |

Do we need to create a class for student or a dictionary for Student

ecocom
Posts: 9
Posted 16:26 Dec 09, 2019 |

In the instructions it says to use a data type called Student. While you could organize a student's information in a dictionary the data type would be dictionary and not student. So, my understanding is that it is in fact a class that you need. This is also how I implemented it. 

msargent
Posts: 519
Posted 19:26 Dec 09, 2019 |

Make a Student class.