Answer:
The answer is "Confidentiality".
Explanation:
Data Security is also known as protection against unauthorized computer access, files, and pages through digital information protection. The protection of data also prevents data from bribery.  
- It applies to both the security of data from unwanted entities being obtained.
-  It allows accessing sensitive data, which may be able to do so. 
 
        
             
        
        
        
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.")