On Mon, Jun 1, 2015 at 11:13 AM, Ian Kelly wrote:
> On Mon, Jun 1, 2015 at 10:23 AM, gm wrote:
>> Hi.
>> I am new to python so am still in learning phase.
>>
>> I was thinking to make one program that will print out all possible
>> combinations of 10 pairs. I think this is a good way for somethin
On Mon, Jun 1, 2015 at 10:23 AM, gm wrote:
> Hi.
> I am new to python so am still in learning phase.
>
> I was thinking to make one program that will print out all possible
> combinations of 10 pairs. I think this is a good way for something "bigger"
> :-).
>
> This is how this looks like:
>
> 1.)
On 2015-06-01, gm wrote:
> I was thinking to make one program that will print out all possible
> combinations of 10 pairs.
[...]
> What would be the best way to make something like this?
> Maybe some tutorial ?
https://www.google.com/search?q=python+combinations
--
Grant Edwards
Hi.
I am new to python so am still in learning phase.
I was thinking to make one program that will print out all possible
combinations of 10 pairs. I think this is a good way for something
"bigger" :-).
This is how this looks like:
1.) 1 2
2.) 1 2
3.) 1 2
4.) 1 2
5.) 1 2
6.) 1 2
7.) 1 2
8.)