Computer Science, asked by naimahaji31, 2 months ago

Review Questions 1. Briefly explain the conditional statements available in Python 2. Explain the syntax of for loop with an example. 3. What is the purpose of using break and continue? 4. Differentiate the syntax of if...else and if...elif...else with an example. 5. Explain the use of range() function with an example. 6. Why would you use a try-except statement in a program? 7. Explain the syntax of while loop with an example, 8. Differentiate between syntax error and an exception. 9. Explain the syntax of the try-except-finally block.​

Answers

Answered by Anonymous
2

Answer:

Briefly explain the conditional statements available in Python 2. Explain the syntax of for loop with an example. 3. What is the purpose of using break and continue? 4. Differentiate the syntax of if...else and if...elif...else with an example. 5. Explain the use of range() function with an example. 6. Why would you use a try-except statement in a program? 7. Explain the syntax of while loop with an example, 8. Differentiate between syntax error and an exception. 9. Explain the syntax of the try-except-finally block.​

Explanation:

Plz mark as brainliest..

Similar questions