Computer Science, asked by captainadsin, 3 months ago

python allows nesting up to how many levels?? please answer quickly​

Answers

Answered by harthikavanitha28
0

Answer:

You can nest program blocks within nested program blocks, up to five levels of nesting. Python variables specified in a nested program block are local to that block unless they are specified as global variables.

Similar questions