Basicaly I have a user inputted string like:
"hi my name is bob"
what I would like to do is have my program randomly pick a new ending of the string and end it with my specified ending.
For example:
"hi my name DUR."
"hi mDUR."
etc etc
I'm kinda new to python so hopefully there's an easy solution to this hehe