Generation

generate functionWed, 16 Nov 2022

Function what returns the multiple value of the 2 input float.

def multiply(a, b): return a*b multiply(1.5, 2)

Want to kickstart your project?Use the new AI Studio to create your code