Daily challenge for 2025-01-27
27. Power of Two
Write a function solve that checks if an integer is a power of two.
Example:Input: 16Output: True
Run this challenge interactively in Python or JavaScript when the app loads.
Daily challenge for 2025-01-27
Write a function solve that checks if an integer is a power of two.
Example:Input: 16Output: True