This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PixelHead777
Recipients PixelHead777
Date 2009-10-02.13:15:40
SpamBayes Score 0.016040917
Marked as misclassified No
Message-id <1254489344.22.0.289121223356.issue7034@psf.upfronthosting.co.za>
In-reply-to
Content
I'm learning Python in Computer Class... and I've gone nuts trying to 
figure out why my code for a 2-player game of 21 (blackjack without the 
gambling connotation, I guess... not to mention my innacuracy of 
dealing only one card to start (which I know isn't affecting my 
glitched code)) has a glitched While loop...

my while loop has a lot within it... which is what's making it so hard 
to debug...

If you can tell me why my code is so bugged, I beg of you, let me 
know...

(Oh, and my classmate is saying my code is too long for it... when I 
want it to look like a decent game and not a crapshoot. >.>)
History
Date User Action Args
2009-10-02 13:15:44PixelHead777setrecipients: + PixelHead777
2009-10-02 13:15:44PixelHead777setmessageid: <1254489344.22.0.289121223356.issue7034@psf.upfronthosting.co.za>
2009-10-02 13:15:41PixelHead777linkissue7034 messages
2009-10-02 13:15:41PixelHead777create