i am sexy boy
hello baby
def multiply(a,b): result = a*b return result res = multiply (5,10) print(res)
xd
help
i fixed it for our wonderfull cumunity
def multiply(a, b): return a * b
Very cool.
I didn't realize lanbda functions and arrow functions are essentially the same.
multiply = (a, b) => a * b
yur
Loading collection data...
i am sexy boy
hello baby
def multiply(a,b):
result = a*b
return result
res = multiply (5,10)
print(res)
xd
help
i fixed it for our wonderfull cumunity
def multiply(a, b):
return a * b
Very cool.
I didn't realize lanbda functions and arrow functions are essentially the same.
multiply = (a, b) => a * b
yur