print ( [ 2 ∗ [ k ] for k in range ( 3 ) ] [ 2 ] [ 1 ] )
this is the code and it says the answer is 2, will someone explain it to me. i don't understand exactly what the code is asking for and i don't know how it is getting 2 as an answer i'm assuming it has something to do with the iteration but i don't really fully understand it. i have a lot of difficulty with lists in general and this was a question that was both on the practice exam and the real exam and i want to understand it