likelike
0
Q:

how to fix def multiply(a ,b): a*b

//Statement 
def multiply(a, b):
  a * b
//Line 3 is wrong, so the correct line is
def multiply(a ,b)
	return (a * b)
0

New to Communities?

Join the community