Robotics & Artificial Intelligence
You can get the …………… value of an element using the index() function.
- First
- Second
- Index
- Face
Related Questions
The in operator checks whether some elements are present in the tuple.
To print all the elements of the tuple, you cannot use looping statements.
Python provides …………… function to place an element at a desired place in the list.
- extend()
- insert()
- append()
- add()
The …………… function in Python is used to convert a list into a tuple.
- list()
- convert()
- tuple()
- list()