Assignment 10 — stringing lists

Due Friday, September 21


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']

 


 

 

 
   
   
   
 
  © 2019 Jim Cohoon   Resources from previous semesters are available.