Skip to content Skip to sidebar Skip to footer

Letting The User Assign List Names

I am trying to write a program that will keep track of a student's grades in all of his courses. The student adds the course and also adds the different segments of the course and

Solution 1:

Data structures can be nested.

{'mylist': [], 'awesomedict': {}}

Post a Comment for "Letting The User Assign List Names"