Source Code:
(back to article)
x = 8 console.log("Der Wert von x ist " + ("größer als 5" if x > 5 else "kleiner gleich 5"))
Result:
Report an issue