Python 3 Tutorial
A Python Program is constructed from Code Blocks. A block is a piece of python program text that is executed as a Unit. The following are code blocks
A code block executed in an execution frame. A frame contains administrative information(for debugging) and determines where and how execution continues after the code block's execution has completed.
ADS