Source Code:
(back to article)
x = 10 if x == 10: print("x is equal to 10")
Result:
Report an issue