RE: 美人時計の画像ファイルが欲しい

http://d.hatena.ne.jp/Yamashiro0217/20090310/1236674979
のはてぶのタグに何故か Python タグがあったので、
これは Python で書けって事かなぁと思って書いてみました。

import sys,os,urllib,time;[[[globals().__setitem__('url','http://www.bijint.com/jp/img/photo/%02d%02d.jpg' % (i, j))] and [globals().__setitem__('file',open(os.path.basename(url), 'wb'))] and [file.write(urllib.urlopen(url).read())] and [file.close()] and [time.sleep(5)] for j in range(60)] for i in range(24)]

上記との違いは僕が外道では無いので sleep 入れてみたくらいでしょうか?
エラー処理とかはしてません><

ご利用は計画的に!!