Quoting John Carmona <[EMAIL PROTECTED]>:

> The next step is to use the built-in functin ord() in order to convert
> each character to an ASCII integer. I have had a look at the ord() function
> but it says that it only take one argument i.e. ord('a'). How could I
> execute to convert each character into an ASCII integer?

The chr() function only takes one argument (eg: chr(97)).  How did you use it to
convert each integer into an ASCII character?

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to