Python kehrt mit if if zurück

return A+1 if A > B else A-1
# don't use
Nutty Nightingale