Computer Science, asked by prajith1, 1 year ago

meaning of nested in Python

Answers

Answered by Drishti1111
1
I think it will be
stack overflow

prajith1: well thanks for ur answer but i need the correct definition for nested
Brainaxe: i think nested in programming languages always means syntax contains similar syntax in it.for example using loop inside loop is called as nested loop
Drishti1111: ok
Drishti1111: sorry
Brainaxe: ok
prajith1: no problem
prajith1: thanks brainaxe
Brainaxe: its ok
Answered by fiercespartan
0

Nested in python and in simple terms is one thing in an other.

For example, a term which is used very frequently is the nested list.

An example of a nested list is :

[[1,2],[3,4],[5,6]]

This explains the meaning, list in an other list.

Hope it helps!

Similar questions