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
2
Answer:
print(An +2)
is roung (error)
Explanation:
it cannot added to the list
Similar questions
Social Sciences,
2 months ago
Science,
2 months ago
English,
2 months ago
Hindi,
4 months ago
Social Sciences,
10 months ago
Math,
10 months ago
Science,
10 months ago