I would like to see all potential combination for word in a list. ie:
input = [\'a\',\'b\',\'c\'] output = [\'a b\', \'b a\', \'a c\', \'c a\', \'b c\', \'c b