📜  python return using if - Python代码示例

📅  最后修改于: 2022-03-11 14:46:32.775000             🧑  作者: Mango

代码示例2
return A+1 if A > B else A-1
# don't use