0
Write a Python function, multiply, that takes two number and multiply them
Example: >>>multiply(120,100) 12000 >>>multiply(3,4) 12
3 Respuestas
+ 7
Don't tell me what to do, how dare you!
+ 3
Why do u need a function for that ? Simply use * for that
+ 3
This one gives pretty good results
https://code.sololearn.com/c0JjsEChp1ao/?ref=app