4 lines
80 B
Python
4 lines
80 B
Python
x = 10
|
|
if not (x > 15):
|
|
print ("Sant, eftersom 10 INTE är större än 15")
|