I'm just a philosophy teacher, and I don't know much about mathematics or
computers. I'm writing a python program (not the best language for this
topic, but it is what I know), and I need to solve a problem which requires
more knowledge than I have. I'm hoping you can help me. =)
I'm looking for a
I need to generate all possible deck combinations given two different lists
as input.
The Input:
List 1 has Card names listed inside it.
List 2 has Maximum Quantities for each Card name.
For example:
List1[0] would be: "Aether Vial"
List2[0] would be: "4"
List1[1] would be: "Mountain"
List2[1]
Forgive me if I'm asking something stupid, but I'm not sure how to do this
(there are so many options in Python, I'm overwhelmed and confused). I have
a text file that looks like this:
1 the 126 name
2 of 127 very
3 to 128 through
4 and 129 just
5 a 130 form
6 in 131 much
7 is 132 great
etc...
Eac