Re: [Tutor] Help - Using Sort and Join

2012-10-22 Thread Oscar Benjamin
On 22 October 2012 20:57, Daniel Gulko wrote: > Hi Python Tutor, Hi Daniel, > I have an issue trying to figure out how to print out final answers using > sort and join functions. Do you know how to use sort and join to print a list of strings in alphabetical order? > > Assignment Specification

Re: [Tutor] Help - Using Sort and Join

2012-10-22 Thread Dave Angel
On 10/22/2012 03:57 PM, Daniel Gulko wrote: > Hi Python Tutor, > > I have an issue trying to figure out how to print out final answers using > sort and join functions. > > Assignment Specification: > make a function that is a magic eight ball emulator. emulator will be a > function that returns o

[Tutor] Help - Using Sort and Join

2012-10-22 Thread Daniel Gulko
Hi Python Tutor, I have an issue trying to figure out how to print out final answers using sort and join functions. Assignment Specification: make a function that is a magic eight ball emulator. emulator will be a function that returns one of the possible answers. Make another function that r