Re: [Tutor] Checksum program

2011-03-23 Thread Lezlie Kline
rote: > On Wed, Mar 23, 2011 at 11:11 AM, Lezlie Kline wrote: > >> I have a question for the list about the homework rule and the tutoring >> list. If you have a question and you're not asking for your homework or >> past homework to be done for you but you just have

Re: [Tutor] Checksum program

2011-03-23 Thread Lezlie Kline
I have a question for the list about the homework rule and the tutoring list. If you have a question and you're not asking for your homework or past homework to be done for you but you just have questions to be explained isn't that what tutoring and learning is all about. For example, on my quest

[Tutor] Checksum program

2011-03-23 Thread Lezlie Kline
Hi, I'm trying to work out the bugs in a program for calculating the checksum (modulo 256) of an input string. I'm testing it with my full name and I'm a beginner with Python. Here's what I have so far. def main(): print"This program creates a checksum for a message." name=raw_input("Pl