I am brand-new to Python, and this is my first post on DaniWeb. Seems like a positive community, and I hope one day to contribute as a knowledgable expert and not a world-class newbie.
I'm wanting to create a simple python program that "fakes" Shakespeare or haiku-style output. I realize actual poems are more a matter of syllables, but I'm just getting my toes wet.
I want to create a program that can take an example.txt file of plain text and output its contents in either 10-word lines or in 7-5-7 word lines; the number of words in a line is arbitrary.