I need to create a program that will ask for a paragraph, then a string to search for in that paragraph. The output will be a list of each spot where the string can be found within the paragraph. This is what I've come up with, though it's not working as intended yet. Any suggestions?