Rune Strand wrote: >> I am doing alot of reading, and the problem didnt come with an answer. >> I dont understand how to get it to continually input numbers and add >> all those together > > Use while, raw_input, sys.argv[1] and int() and break the loop when the > sum is above 100. > > ;-) > I don't think you understood his problem. He is trying to learn how to *program*, not just learn Python ;) -- http://mail.python.org/mailman/listinfo/python-list
- Re: Beginner Programmer Question SuperHik
- Re: Beginner Programmer Question Rune Strand
- Re: Beginner Programmer Question [EMAIL PROTECTED]
- Re: Beginner Programmer Question Terry Reedy
- Re: Beginner Programmer Question I V
- Re: Beginner Programmer Question Claudio Grondi
- Re: Beginner Programmer Question Michael Goettsche
- Re: Beginner Programmer Question Tim Chase
- Re: Beginner Programmer Question [EMAIL PROTECTED]