I am trying to create several uqunie paragraphs from several combinations.
Example
Line 1: Hi, hello, Greetings
Line 2: my name is mike, how are you doing, whats up
Line 3: !, ?, .
Hi, my name is mike!
Hi, how are you doing?
Hi, whats up!
hello, my name is mike!
Basically I want to create every combination possible. I will have 5 options and strings. (5x5x5x5x5=3125 different combinations)
I have done something like this before but cant remember how I got started. Any help will be appreciated. Thanks!
Example
Line 1: Hi, hello, Greetings
Line 2: my name is mike, how are you doing, whats up
Line 3: !, ?, .
Hi, my name is mike!
Hi, how are you doing?
Hi, whats up!
hello, my name is mike!
Basically I want to create every combination possible. I will have 5 options and strings. (5x5x5x5x5=3125 different combinations)
I have done something like this before but cant remember how I got started. Any help will be appreciated. Thanks!