is_power_of_2()
Returns True if x is a power of 2, False otherwise
x (int) – The number to check
is_power_of_2 – True if x is a power of 2, False otherwise
bool