Source Code:
(back to article)
x,y = 5,10 smaller = x if x < y else y print(smaller)
Result:
Report an issue