Write Python statements to create the following lists:
A list, named A, containing 3 numbers, and another list, named B, containing list A and
another unnamed list of 3 integers.
Answers
Answered by
0
Answer:
A = [1,2,3]
B = A + [-3,-2,-1]
please mark brainliest its my birthday today
plzzzzzzzzz
Similar questions