0 Comments
value = whatever you want
if not value < 13.6:
print("Value is greater than or equal to 13.6.")
else:
print("Value is less than 13.6.")