blob: 2607236364aa7dadea680493d574fcf3404b5d72 [file] [log] [blame]
def test(k1, v1):
d = {k1: v1}
return 1 + d[k1]