Robotics & Artificial Intelligence

A list created within another list is called a ………….. .

  1. Substring
  2. Sub
  3. Nested list
  4. Tuple

Python List Manipulation

3 Likes

Answer

Nested list

Reason — A list created within another list is called a nested list.

Answered By

2 Likes


Related Questions