Answer:
Security
Explanation:
If you dont have security, all the other will be broken, its like laws of physics
<span>D. Page Layout i hope this helps </span>
Answer:
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))