This is a permutation calculator! Users can input any amount of terms, and the program will output every possible pair. It detects the use of "&" and "+", and tries to avoid using them to put pairs together if they are also found in the user's terms. This program was coded in python using PyCharm.
This is a permutation calculator! Users can input any amount of terms, and the program will output every possible pair. It detects the use of "&" and "+", and tries to avoid using them to put pairs together if they are also found in the user's terms. This program was coded in python using PyCharm.