Computer Science, asked by ssah5773, 10 months ago

explain suite or block in python program

Answers

Answered by skfirdous87
1

Answer:

A group of individual statements, which make a single code block are called suites in Python. Compound or complex statements, such as if, while, def, and class require a header line and a suite.

Similar questions