leetle

Daily challenge for 2025-04-02

92. Return the Absolute Value of a Number

Write a function solve that returns the absolute value of a number.

Example:
Input: -5
Output: 5

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