a) list1.insert(3, 5)
b) list1.insert(2, 5)
c) list1.add(3, 5)
d) list1.append(3, 5)
To insert 5 to the third position in list1, we use which command?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
To insert 5 to the third position in list1, we use which command?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!