Source Code:
(back to article)
x = 1 y = 2 if x > 0 and y > 0: print("x und y sind beide größer als 0")
Result:
Report an issue