Q:

Assume the output: a=list((45,)*4) print((45)*4) print(a)

0

Assume the output

a=list((45,)*4) print((45)*4) print(a)

  1. 180[(45),(45),(45),(45)].
  2. (45,45,45,45).[45,45,45,45].
  3. 180[45,45,45,45].
  4. Syntax error

All Answers

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

Correct Answer:

180[45,45,45,45].

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