What is the expected behavior of the following snippet?
It will:
cause a runtime exception
print 1
print 0 , [1]
print [1J
Submit