without * solution in Creative category for Multiply (Intro) by yoichi
def mult_two(a, b): return sum(a for i in range(b))
Nov. 27, 2018
Comments: