On Monday, February 17, 2014 7:44:20 PM UTC-5, MAOIST wrote:
> http://thrinaxodon.wordpress.com/faq/
> --
> Thrinaxodon, the ultimate defender of USENET.
What
The
HELL?
--
https://mail.python.org/mailman/listinfo/python-list
Does ANYONE have a clue how to do this? I understand that it is hard but geez...
--
https://mail.python.org/mailman/listinfo/python-list
Thanks,
Is this an indentation problem then?
How do I update the sentinel within the secondary while loop. I am trying to
avoid using breaks by the way, as I can program this example using breaks:
--- start---
import random
print "\tWelcome to 'Guess my number'!:"
print "\nI'm thinking of a numb
Hello,
I am teaching myself python using the book: Python Programming for Absolute
Beginners, 2nd edition by Michael Dawson. I am using python 2.7.1.
In chapter 3 we are learning to use structures (while, if, elif) to write a
program that has the user guess a number between 1 and 100.
Here is