User talk:Tonyjv: Difference between revisions

Content added Content deleted
Line 51: Line 51:
<lang python>
<lang python>
from collections import defaultdict
from collections import defaultdict
import time

d = defaultdict(list)
d = defaultdict(list)
t0 = time.clock()
t0 = time.clock()