Computer Science, asked by jivansh2016, 9 months ago

37.
= [10]
def add_list():
x=130,40]
x.append(50)
print
add_list)
print x
The above example prints
(A) (30,40,50)
(B) [10] [30,40,50]
(C) Error in the program
(D) [10][30,40]​

Answers

Answered by Stylerahul
4

Answer:

option A is correct answer because it adds 50 in (30,40)

Similar questions