25. What will be the output of below
Python code? list1=
["tom","mary","simon"] list1.insert(5,8)
print(list)
O A. ["tom", "mary", "simon", 5]
O B. ["tom", "mary", "simon", 8]
O C. [8, "tom", "mary", "simon")
D. Error
Answers
Answered by
2
Answer:
25. What will be the output of below
Python code? list1=
["tom","mary","simon"] list1.insert(5,8)
print(list)
O A. ["tom", "mary", "simon", 5]
O B. ["tom", "mary", "simon", 8]
O C. [8, "tom", "mary", "simon")
D. Error
Similar questions
Biology,
2 months ago
English,
5 months ago
Computer Science,
5 months ago
Physics,
11 months ago
Math,
11 months ago