leetle

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: 16
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.