An Intro to
Programming
with Python

Fall 2006
course
navigation

sep 11

a = 0x123 # hexidecimal; this is 1*16**2 + 2*16**1 + 3*16 b = ord('a') print a print b
http://cs.marlboro.edu/ courses/ fall2006/python/ notes/ sep_11
last modified Monday September 11 2006 10:26 am EDT