{"blog_url":"https://gomi-box.hatenablog.com/","height":"190","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgomi-box.hatenablog.com%2Fentry%2F20071004%2F1194017488\" title=\"\u53f3\u5074\u6298\u308a\u8fd4\u3057\uff08Python\u306e\u5834\u5408\uff09 - \u6bdb\u306e\u306f\u3048\u305f\u3088\u3046\u306a\u3082\u306e\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","image_url":null,"author_name":"gomi-box","categories":["Univ.","Python"],"provider_name":"Hatena Blog","width":"100%","blog_title":"\u6bdb\u306e\u306f\u3048\u305f\u3088\u3046\u306a\u3082\u306e","type":"rich","url":"https://gomi-box.hatenablog.com/entry/20071004/1194017488","description":"#! /user/local/bin/python maxlength = 72 text=\"\" def insert_sp(i,text,line): if i!=0 and (i)%maxlength ==0: text = text + \"\\n\" if line[i] == \"\\n\": print text else: text = text + line[i] insert_sp(i+1,text,line) for line in open('../data_c.txt','r'): insert_sp(0,text,line)","published":"2007-10-04 00:31:28","author_url":"https://blog.hatena.ne.jp/gomi-box/","version":"1.0","provider_url":"https://hatena.blog","title":"\u53f3\u5074\u6298\u308a\u8fd4\u3057\uff08Python\u306e\u5834\u5408\uff09"}