Source Code:
(back to article)
x = 5 y = 10 if x < y: print("x is less than y")
Result:
Report an issue