Add tags

Add tags to the following comment

とりあえずナイーブなものを。

1
2
3
4
5
6
from datetime import*
d,n=date.today(),0
while d.year<2014:
 if d.day==13 and d.weekday()==4:print d;n+=1
 d+=timedelta(1)
print n

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...