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))
Doing what is right I think
Explanation:
hope it's help
Answer:It rearranges the files on a hard drive to get quicker access to them.