sets of individual statements making up a single


Sets of individual statements making up a single code block are known as suites in Python.
Composite or complex statements for example if, def while and class are those which necessitate a header line and a suite.
Header lines start the statement (with the keyword) and terminate with a colon ( : ) and are followed by one or more lines which composition the suite.
syntax:

if expression:
Suite
else if expression :
Suite
else:

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: sets of individual statements making up a single
Reference No:- TGS0154923

Expected delivery within 24 Hours