Robotics & Artificial Intelligence
Related Questions
You can place an element in a list at your desired place using append() function.
The in operator checks whether some elements are present in the tuple.
You can get the …………… value of an element using the index() function.
- First
- Second
- Index
- Face
Python provides …………… function to place an element at a desired place in the list.
- extend()
- insert()
- append()
- add()