def h(a, c, d): b = DummyB.find('2') return a.value * b.value
def f(a, dummyc, c, d): b = DummyB.find('2') return a.value * b.value