Environmental Sciences, asked by Vinuth2067, 10 months ago

Difference between simple and compound statement in python

Answers

Answered by shweta016
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