5 lines
63 B
Python

x = 15
if (x > 10):
print(str(x) + " är större än 10")