Q:

Guess the output: a=[14,52,7] b=a.copy() b is a

0

Guess the output

a=[14,52,7]

b=a.copy()

b is a

  1. False
  2. True

All Answers

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

Correct Answer:

False

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

total answers (1)

Python Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Output is: a=[1,2,3,4] b=[sum(a[0:x+1]) for x in r... >>
<< Output is: l = [1,2,6,5,7,8] l.insert(9)...