What is the expected behavior of the following code?
the code is erroneous and it will not execute
it outputs 'tuple' object does not support item assignment
0it outputs list assignment index out of range
it outputs None
Submit