Files
grunderna-i-prog-tredje-utg…/kapitel7/if-ex2.py

5 lines
63 B
Python

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