Hello. Is anyone interested in exploring this mut...
# announcements
r
Hello. Is anyone interested in exploring this mutable list of mutable lists problem? Generally speaking, I am using a while loop to create the list of lists. The issue is that the first list is being added outside the loop, but is correct when printing from inside the loop. Thanks!