Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

Count_primes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

For...Else

for loops also have an else clause which most of us are unfamiliar with. The else clause executes after the loop completes normally. This means that the loop did not encounter a break statement.