Assignment 11 — stringing lists

Due Monday, February 11 @ 2 PM


Advice


Program aeschylus.py

Two sample program runs

Enter text: susie sells seashells by the seashore

['susie', 'sells', 'seashells', 'by', 'the', 'seashore']

['uie', 'ell', 'eahell', 'by', 'the', 'eahore']

['susie', 'sells', 'seashells', 'by', 'the', 'seashore']

Enter text: sleepless in seatle

['sleepless', 'in', 'seatle']

['leeple', 'in', 'eatle']

['sleepless', 'in', 'seatle']