Robotics & Artificial Intelligence
The …………… function in Python is used to convert a list into a tuple.
- list()
- convert()
- tuple()
- list()
Related Questions
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()
A list created within another list is called a ………….. .
- Substring
- Sub
- Nested list
- Tuple
The …………… function in Python is used to add elements to an empty list.
- add()
- append()
- concatenate()
- fill()