Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
[Welcome to CheckiO] [Multiply Two Numbers and Return] solution in Clear category for Multiply (Intro) by sanddro
def mult_two(a: int, b: int) -> int:
return a * b
Jan. 19, 2025
Comments: