On 2004-12-14, Markus Zeindl <[EMAIL PROTECTED]> wrote:

> I want to write a simple encrypter, but I've got a problem:
> How can I convert characters into integers?

$ python
Python 2.3.4 (#2, Aug 19 2004, 15:49:40) 
[GCC 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
>>> ord('A')
65

-- 
Grant Edwards                   grante             Yow!  .. does your DRESSING
                                  at               ROOM have enough ASPARAGUS?
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to