For fun, I’m taking the entire Bee Movie script and making it into an interactive program using Python. For dialog, I want to print each word separately, one at a time, on the same line—like a cross between concatenation and appending.
I know you would use a for loop, but I don’t know how to print individual words, only characters. All help is appreciated!
I haven’t tried anything independently, but I’ve thought about using a file to access the whole script so I don’t have to write it all inside the code. It might make sharing the program difficult or annoying since you need the file to run the program, but that’s something I’m still trying to sort out myself.