Source Code:
(back to article)
x = 5 y = 10 if x > 3 and y < 20: print("Both conditions are true")
Result:
Report an issue