summaryrefslogtreecommitdiff
path: root/doc/data/messages/c/consider-using-ternary/bad.py
blob: bd69aa99e75e7c2b50ca90106f1b4dc7909b0146 (plain)
1
2
x, y = 1, 2
maximum = x >= y and x or y  # [consider-using-ternary]