python

練習 

gethtml-.pyで保存 # gethtml- http://... => normal # gethtml- - => run with file (='list.txt', url list) # save.name = 'http_--sample.net-_200709120808.htm' etc. import sys import urllib2 import time from datetime import date import string …

test

ruby飽きたのでpython(冗談) # coding: shift-jis def sen(): print "-+"*20 sen() c="あぃうぇお" a="はろー" b="ワールド" print c print a,",",b x = 4 y,z = 5,1.1 xx = x*y/z yy = xx*y/x print xx,yy print "x=",x,"\ny=",y,"\nz=",z def kakeru(a,b…