This repository is not active
Kaahu/-Py3-Countdown-arithmetic
Countdown-Arithmetic.py is a program designed to solve a simplified "countdown" style problem. The user inputs a series of "component" integers, then a single "target" integer. The program then determines if the the target value can be reached by combining all the component values using addition and multiplication operators.
Python