Difference between simple and compound statement in python
Answers
Answered by
4
Explanation:
The compound statements are usually executes, when a condition satisfies or a code block is called directly or through a function call. Compound Statements are spread into multiple logical lines; but aligned them into a particular group. Class definitions and Function definitions are Compound Statements
Similar questions