Python中选择结构问题求解

Python中选择结构问题求解

问题描述:

img

x = a-b if a>b else a+b
print(x)