Computer Science, asked by sazidali31, 4 months ago

6. Find the error (2 marks)

a) L1 = [ 1 , 11 , 21 , 31 ] b) L1 = [ 1 , 11 , 21 , 31]

An = L1.remove( 41) An = L1.remove( 31)

print( An + 2).​

Answers

Answered by atulkumargpt
2

Answer:

print(An +2)

is roung (error)

Explanation:

it cannot added to the list

Similar questions