Answer:
number = int(input("Enter number: "))
if (number % 4):
print("{} is not divisible by 4".format(number))
else:
print("{} is divisible by 4".format(number))
Explanation:
If the %4 operation returns a non-zero number, there is a remainder and thus the number is not divisable by 4.
You can make a hierarchical directory structure under /root that
consists of one directory containing subdirectories by using cd and
mkdir
the mkdir command created the directories while the cd command changes which directory you're currently in
You would click the right button to a shortcuts
The process that determines how bits are represented on the medium is called encoding. It is the process of converting a certain data into a particular format that is required for a certain processing need like program execution, data transmission or file conversion.