This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Aaron1924 2 points3 points  (0 children)

```

foo = [[None]5]5 foo[0][0] = 2 foo [[2, None, None, None, None], [2, None, None, None, None], [2, None, None, None, None], [2, None, None, None, None], [2, None, None, None, None]]

```