Initialize 2D List (Challenge)

# Introduction In Python, a 2D list is a list of lists. It is a useful data structure for representing grids, tables, and matrices. Initializing a 2D list involves creating a list of lists with a given width and height and initializing each element with a default value.

|60 : 00

Click the virtual machine below to start practicing