Source Code:
(back to article)
x = 5 print("x ist größer als 3") if x > 3 else print("x ist nicht größer als 3")
Result:
Report an issue