Robotics & Artificial Intelligence
A list created within another list is called a ………….. .
- Substring
- Sub
- Nested list
- Tuple
Python List Manipulation
1 Like
Answer
Nested list
Reason — A list created within another list is called a nested list.
Answered By
1 Like
Related Questions
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()
The …………… function in Python is used to add elements to an empty list.
- add()
- append()
- concatenate()
- fill()
To print an individual item of the tuple, you need to specify the ……………. value of the item inside the square brackets.
- Order
- Index
- Zero
- Negative