Newb ??

2005-11-08 Thread Chad Everett
Hi all, I am new to the group. Trying to learn Python programming on my own. I am working through Michael Dawson's Book Python Programming for the absolute beginner. I am tring to write a program that is a number guessing game. I want to be able to give the user 5 tries to guess the number

Re: Newb ??

2005-11-09 Thread Chad Everett
with more questions before too long. Chad "Chad Everett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, I am new to the group. Trying to learn Python programming on my > own. I am working through Michael Dawson's Book Python Programming f

Newb ?

2005-11-15 Thread Chad Everett
Hello all, Have a problem here with a challenge from a book I am reading. Any help is much appreciated. I am trying to run a program that asks the user for a statement and then prints it out backwards. this is what I have. It does not print anything out. I assume that I have something out of wh

Re: Newb ?

2005-11-15 Thread Chad Everett
"Paul Watson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Chad Everett wrote: >> Hello all, >> >> Have a problem here with a challenge from a book I am reading. >> Any help is much appreciated. >> >> I am trying to ru

Re: Newb ?

2005-11-16 Thread Chad Everett
Hey guys, Thanks for the hint. I found that info last night but I could never get it to print more than just the last letter. or it would only print partially. I was using just a single colon, the double colon did it. Thanks "Chad Everett" <[EMAIL PROTECTED]> wrote in mess

Socket Error

2005-11-17 Thread Chad Everett
Does anyone know why you get socket error while trying to run IDLE and the module. Is says something about a Subprocess Startup Error. I know that it always says something about a personal firewall. I have all that shut off. About 50% of the time when I try and test code by running the module

newb ?

2005-11-17 Thread Chad Everett
Hey guys, I am back. Trying to expand on a program that was given in the book I am studying. No I am not a high school or college student. Doing this on my own. and having way to much trouble I am trying to add a hint section to a word jumble program. I get a traceback error that the word

Re: newb ?

2005-11-17 Thread Chad Everett
Mensanator, Thanks for your help. That should get me along. I appreciate your time. Chad <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Chad Everett wrote: >> Hey guys, >> >> I am back. Trying to expand on a program that was given in the book

newbie: Syntax error

2005-02-04 Thread Chad Everett
id syntax". If anyone has a moment could you please look at it and tell me what I am doing wrong. thanks for your time and patience. Chad # Coin Flip Program # This program flips a coin 100 times and tells the number of heads and tails. # Chad Everett 2/3/2005 print "\t\tCoin Fli

Newbie help

2005-02-13 Thread Chad Everett
100 # The player gets Five tries to guess it and the computer lets # the player know if the guess is too high, too low # or right on the money # # Chad Everett 2/10/2005 import random print "\tWelcome to 'Guess My Number'!" print "\nI'm thinking of a number between 1

Re: Newbie help

2005-02-14 Thread Chad Everett
Nope, I am trying to learn it on my own. I am using the book by Michael Dawson. Thanks, "Francis Girard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Mmm. This very much look like a homework from school. Right ? Francis Girard Le lundi 14 Février 2005 04:03

Re: Newbie help

2005-02-15 Thread Chad Everett
No problem, I need all the help and insruction I can get. Thanks, Chad "Kent Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Kent Johnson wrote: >> You might be interested in the Python tutor mailing list which is >> specifically intended for beginners. >> http://mail.pyt

Re: Newbie help

2005-02-15 Thread Chad Everett
I got it, thanks for the help. Chad "Michael Hartl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry about the code: Google Groups screwed up the formatting, but I > hope you get the picture. > -- http://mail.python.org/mailman/listinfo/python-list