I need a programming for following conditions in python...
When the program is launched it should ask me for the number of words...
Then as many words as input...
then it has to make all the random possibility of those words without any space and provided it as an output...
Eg.
Give the input number: 3
word 1: apple
word 2: orange
word 3: banana
the output should be
apple
orange
banana
appleorange
orangeapple
applebanana
bananaapple
orangebanana
bananaorange
appleorangebanana....
Thanks in advance...