creating a hex value

Paul Rubin http
Wed Jun 1 14:40:25 EDT 2005


David Bear <david.bear at asu.edu> writes:
> I'm not seeing it in my python essential ref. how can I do
> 
> delim = 0x15

delim = chr(0x15)



More information about the Python-list mailing list