Re: related to python

2008-05-21 Thread Dan Bishop
On May 21, 9:34 pm, "salil_reeves" <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuation, which for our purposes is > assumed to > consist only o

Re: related to python

2008-05-21 Thread Dan Upton
This looks like a homework assignment, but... On Wed, May 21, 2008 at 10:34 PM, salil_reeves <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuati

Re: related to python

2008-05-21 Thread Dan Bishop
On May 21, 9:34 pm, "salil_reeves" <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuation, which for our purposes is > assumed to > consist only o