Buildin Function Python

res = [ord(x) for x in 'spam']    # apply expr to seq
print res