6. The syntax of an if-else statement is: if : statement1 statement2 else: statement3 statement4

3. In Python, the keyword used for selection is the statement.

8. In Python prior to version 3.10, the switch statement used to be implemented using the ladder.

5. The if-else statement allows for execution paths.

2. statements are used to control the flow of a program based on certain conditions.