What signifies the end of a statement block or suite in Python?
Answers
Answered by
1
Answer:
Notice that there is no token that denotes the end of the block. Rather, the end of the block is indicated by a line that is indented less than the lines of the block itself. Note: In the Python documentation, a group of statements defined by indentation is often referred to as a suite.
Answered by
0
Answer:
Notice that there is no token that denotes the end of the block. Rather, the end of the block is indicated by a line that is indented less than the lines of the block itself. Note: In the Python documentation, a group of statements defined by indentation is often referred to as a suite.
Explanation:
Please follow me and mark my answers as brainliest
Similar questions