Python Online Training In Andhra Pradesh and Telangana
9010519704
Opening Hours :7AM to 9PM
Unconditional Statements:
UnConditional Statements allows you to direct the program's flow to another part of your program without evaluating conditions.
These are classified into following types.
1. continue
2. break
Key Points
What is Continue
What is Break
continue Statement:
'continue' statement is used to continue the loop( It skip the one iteration if the condition is true). Syntax: