{"provider_name":"Hatena Blog","version":"1.0","author_name":"pythonco","description":"\u7d44\u307f\u8fbc\u307f\u95a2\u6570ord\u3092\u4f7f\u3046\u3068\u6587\u5b57\u30b3\u30fc\u30c9\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 print 'a =>', ord('a') # => a => 97 for i in 'apple': print i, '=>', ord(i) # => a => 97 # p => 112 # p => 112 # l => 108 # e => 101\u7d44\u307f\u8fbc\u307f\u95a2\u6570chr\u3092\u4f7f\u3046\u3068\u6587\u5b57\u30b3\u30fc\u30c9\u304b\u3089\u6587\u5b57\u5217\u306b\u5909\u63db\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 print chr(97) + chr(112) + chr(112) + chr(108) + chr(101) # => apple for i in [ord(i) for i in 'apple\u2026","author_url":"https://blog.hatena.ne.jp/pythonco/","title":"\u6587\u5b57\u5217\u3068\u6587\u5b57\u30b3\u30fc\u30c9","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpythonco.hatenadiary.org%2Fentry%2F20060922%2Fp3\" title=\"\u6587\u5b57\u5217\u3068\u6587\u5b57\u30b3\u30fc\u30c9 - pythonco(\u3071\u3044\u305d\u3093\u3053)\u306e\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","blog_title":"pythonco(\u3071\u3044\u305d\u3093\u3053)\u306e\u65e5\u8a18","published":"2006-09-22 00:00:02","categories":[],"image_url":null,"blog_url":"https://pythonco.hatenadiary.org/","provider_url":"https://hatena.blog","type":"rich","height":"190","width":"100%","url":"https://pythonco.hatenadiary.org/entry/20060922/p3"}