Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Zerror solution in Scary category for Multiply (Intro) by bostonz1
def mult_two(a, b):
def zero_div(fun):
try:
a / 0
except:
return a // (0+1)
return zero_div(mult_two) * b
May 6, 2020
Comments: