Source Code:
(back to article)
x, y, z = "Python", 3.7, True print(x) print(y) print(z)
Result:
Report an issue