Re: [Tutor] Help python coding not working

2008-06-11 Thread Evans Anyokwu
Just like you'd add any other button on your web page -- Evans On Wed, Jun 11, 2008 at 8:49 AM, Mfana-boy Msibi <[EMAIL PROTECTED]> wrote: > How to add a delete button in your web page in Python > > > > > __ Information from ESET NOD32 Antivirus, version of virus > signature database 31

[Tutor] Help python coding not working

2008-06-11 Thread Mfana-boy Msibi
How to add a delete button in your web page in Python ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Help python coding not working

2007-05-08 Thread Luke Paireepinart
super krital wrote: > Hi need to get this program running for school so my teacher said to use the > forum etc. Its working fine except its not comparing my guess with the > result. im only having trouble with the second half or def update_text_count > can you please help find a solution so my p

Re: [Tutor] Help python coding not working

2007-05-07 Thread Gordon
self.guess overwrites itself, that's a live you commented on. And why it doesn't display the game over message is you do the "game over" check before you do the "is this correct?" check, but don't check to see if the game is over before the 2nd check. If that didn't make sense, psudocode: if c

Re: [Tutor] Help python coding not working

2007-05-07 Thread Andreas Kostyrka
arametrize your levels: guess_conf = dict(easy=3, medium=6, difficult=9) level="easy" guesses = guesses_conf[level] all 100% genuine untested tips Andreas _ Ursprüngliche Mitteilung _____ Betreff: [Tutor] Help python coding not working Autor: "super krital&q

[Tutor] Help python coding not working

2007-05-07 Thread super krital
Hi need to get this program running for school so my teacher said to use the forum etc. Its working fine except its not comparing my guess with the result. im only having trouble with the second half or def update_text_count can you please help find a solution so my program works please. i dont