what is the common structure of python compound statements?
Answers
Answered by
13
Answer:
Compound statements typically span multiple lines and start with a one-line header ending in a colon, which identifies the type of statement. Together, a header and an indented suite of statements is called a clause. A compound statement consists of one or more clauses: <header>: <statement> <statement> ...
Answered by
4
A compound statement is so called because it is composed of other statements (simple and compound). Compound statements typically span multiple lines and start with a one-line header ending in a colon, which identifies the type of statement. Together, a header and an indented suite of statements is called a clause.
Similar questions
Chemistry,
5 months ago
English,
5 months ago
Computer Science,
5 months ago
English,
11 months ago
English,
11 months ago
India Languages,
1 year ago
Physics,
1 year ago