Skip to content

Instantly share code, notes, and snippets.

################################################
# that's what you guys wrote
################################################
import itertools as it
import operator as op
def test_evgeny_kluev_A(a, b):
equals = it.imap(op.eq, a, b) # compare lists
e1, e2 = it.tee(equals)
testing <function srgerg at 0x1069d99b0>
500 total, 0 faults in 0.013 sec
--------------------------------------------------------------------------------
testing <function heuster at 0x1069de500>
500 total, 0 faults in 0.004 sec
--------------------------------------------------------------------------------
testing <function coady at 0x1069de320>