Source Code:
(back to article)
x = 4 print("Yes" if x > 5 else "No")
Result:
Report an issue