Does Python have a finally equivalent for its if/else statements, similar to its try/except/finally statements? Something that would allow
finally
if/else
try/except/finally