SRY, that last bit of code got messed up. Hopefully it will look right
now...
#define two functions first, then use them.
def loopfunc(looping):
while looping:
guess= input("guess a number. see if you can guess what I'm thinking")
if guess == number:
print "you got it!"
looping=False
playagain("
"Xavier Morel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Fredrik Lundh wrote:
>> "SeNTry" wrote:
>>
>>> My first post here as I just begin to learn programming in general and
>>> python in particular. I have all the noobie confused questions, but as
>>> I
>>> work thru the t
Fredrik Lundh wrote:
> "SeNTry" wrote:
>
>> My first post here as I just begin to learn programming in general and
>> python in particular. I have all the noobie confused questions, but as I
>> work thru the tutorials I'm sure I'll find most my answers.
>>
>> This one is eluding me tho... I am wo
"SeNTry" wrote:
> My first post here as I just begin to learn programming in general and
> python in particular. I have all the noobie confused questions, but as I
> work thru the tutorials I'm sure I'll find most my answers.
>
> This one is eluding me tho... I am working in the tutorials, writin