README

Multiply

Problem Description

The code does not execute properly. Try to figure out why.

def multiply(a, b):
  a * b

Source