Source Code:
(back to article)
x = 5 if x > 3: print("x is greater than 3")
Result:
Report an issue