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