Q:

Output is: x = [i**+1 for i in range(3)] print(x)

0

Output is

x = [i**+1 for i in range(3)]; print(x);

  1. [0,1,2]
  2. [1,2,5]
  3. Error;
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

[0,1,2]

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now