This repository contains solutions to the first 50 problems from Project Euler, written in Python. The goal is to expand these solutions to other programming languages in the future.
Clone the repository to your local machine:
git clone https://github.com/yourusername/project-euler-solutions.git
cd project-euler-solutionsEach problem has its own Python script. To run a solution, use Python 3:
python3 problem1.pyReplace problem1.py with the script for the problem you want to solve.