Re: [Tutor] string list in alphabetical!

2013-10-21 Thread Sammy Cornet
I appreciate your help and advices in concern of my challenge. In fact, I'm confuse because I was sent a lot of lesson in comparison to what I usually have for each week. I will try it the you told me. Think you for all of your email. On Oct 21, 2013, at 4:08, "Sammy Cornet"

Re: [Tutor] string list in alphabetical!

2013-10-21 Thread Sammy Cornet
Thank you for help Steven! I intend to correct it. But also I would like to know if I wrote the correctly in order to the output that I'm looking for? On Oct 20, 2013, at 19:22, "Sammy Cornet" wrote: > Hello! > > I'm using python 2.7.5 version and I'm tryi

[Tutor] string list in alphabetical!

2013-10-20 Thread Sammy Cornet
Hello!I'm using python 2.7.5 version and I'm trying to write a program related to a file named unsorted_fruits.txt contains a list of 26 fruits, each one with a name that begins with a different letter of the alphabet. My program's goal is to read in the fruits from the file unsorted_fruits.txt

[Tutor] Compare function!

2013-10-14 Thread Sammy Cornet
Hello!I´m using Idle (Python 2.7,5 version). I´m trying to write a program of compare function that returns 1 if a > b , 0 if a == b , and -1 if a < b . In which I´m want to get the user to prompt for the values of a and b. For some reason I can´t run it. The follwing is what I have written on

Re: [Tutor] Function definition

2013-09-29 Thread Sammy Cornet
Greets!! Your help provided to me concerning function definition was awesome Steven. Gratitude...!!! Sent from my iPhone On Sep 28, 2013, at 9:56, "Steven D'Aprano" wrote: > On Sat, Sep 28, 2013 at 10:19:57AM -0500, Sammy Cornet wrote: >> Hello! >> I'm usi

[Tutor] Function definition

2013-09-28 Thread Sammy Cornet
Hello! I'm using python v2.7.5 (IDLE). I'm trying to write a nine_line function that should use three_lines to print nine blanc lines. For some reason, I only print one line. Can you please provide me with some explanation? I would be very grateful! __

[Tutor] Copy and paste python on Microsoft word

2013-09-18 Thread Sammy Cornet
I'm using python 3.3.0, I have made a program on my script and output it. I have tried several times to copy and paste the output and the script on Microsoft word, every time I select the part that I need and right click on it, this message appears: go to the file/line. It provides me no access

[Tutor] (no subject)

2013-09-06 Thread Sammy Cornet
on my Interpreter windows, as my first attempt, I wrote "hello world" but it keep telling me this: SyntaxError: invalid syntax Can you help me please? ___ Tutor maillist - Tutor@python.org To unsubscribe or ch