> I need help in Python programming. Need a code in listing a set of permutation of the words "a cow jumps over the m

I need help in Python programming. Need a code in listing a set of permutation of the words "a cow jumps over the m

Posted at: 2014-12-18 
It should list all possible permutations:

1. a cow jumps over the moon

2. a jumps cow over the moon

3. cow jumps a over the moon

etc.

It should list all possible permutations:

1. a cow jumps over the moon

2. a jumps cow over the moon

3. cow jumps a over the moon

etc.