Source Code:
(back to article)
x = 1 y = 2 if x > 0 and y > 0: print("Both x and y are greater than 0")
Result:
Report an issue