leetle

Daily challenge for 2025-04-05

95. Check if a Number is Prime

Write a function solve that checks if a number is prime.

Example:
Input: 7
Output: True

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