[issue7034] While Loop Bug on a game of 21, help!

2009-10-02 Thread PixelHead777
PixelHead777 added the comment: (New to the site, sorry...) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7034] While Loop Bug on a game of 21, help!

2009-10-02 Thread Ezio Melotti
Ezio Melotti added the comment: The bug tracker is for Python bugs, not for helping people to find bugs in their programs. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue7034] While Loop Bug on a game of 21, help!

2009-10-02 Thread Nathan Ball
New submission from Nathan Ball : 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 af