mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
Rename the main solution functions to solution. Rename prime chec functions to is_prime. Add default args, typehints, expand variable names.