Beginner Programmer Question

Rune Strand rune.strand at gmail.com
Mon Jun 26 13:40:41 EDT 2006


>
> 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.

;-)




More information about the Python-list mailing list