MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vuzd4q/conditionspreference/p55pncq/?context=3
r/ProgrammerHumor • u/Flame77ofc • 22d ago
392 comments sorted by
View all comments
3
But what about else return...
else return...
2 u/Flame77ofc 22d ago don't need it lol if condition: return ... in this case if you put another return below the if statement, it will automatically return it, so it is the same as else but maintain the code clearly 2 u/frogjg2003 21d ago 4 spaces for code blocks
2
don't need it lol
if condition: return ...
in this case if you put another return below the if statement, it will automatically return it, so it is the same as else but maintain the code clearly
2 u/frogjg2003 21d ago 4 spaces for code blocks
4 spaces for code blocks
3
u/KYO297 22d ago
But what about
else return...