Python has an interesting for statement which lets you specify an else clause.
for
else
In a construct like this one:
for i in foo: if
If doesn't mind using goto also can be done in following way. This one saves from extra if check and higher scope variable declaration.
goto
if
for(int i = 0; i < foo; i++) if(bar(i)) goto m_label; baz(); m_label: ...