Respuesta :

for i in range( 32, 256 ):
   print( "%d\t%s" % ( i, chr( i ) ) )