I want to have a command line function, where I give the input (3 words) and the output is a text file with those words in it.
Example:
Input: Cheese; Bacon; Eggs; Text: I love to eat _____ sandwiches, along with ____ and ____ on a toast.
Output: I love to eat Cheese sandwiches, along with Bacon and Eggs on a toast.
I know this might sound super easy to do, but I honestly don't even know where to begin/what to look for.
I just don't know where to start, so if you could point me to any simple tutorials or functions to get started with, that'd be great.
Cheers,