Gradebook Exercise

In the Gradebook Exercise , we are asked to combine 2 Dim List. After searching the forums its seems in order to complete this task we must use zip. However, we have yet to go over the zip function, as it is further down the syllabus.

Gradebook exercise: how do I create a two-dimensional list by combining two lists? - Language Help / Python - Codecademy Forums

They want you to manually create a 2-D list (copy+paste).

Or, you can use a lambda function if that has been taught already.

As was stated a few times in other threads on this very topic, .zip() had been used in the lesson, but they updated the instructions and want one to manually create a 2-D list here.