7.7k views
11 votes
Write a function named multi that takes in three integers, multiplies them, and then returns a statement showing the three numbers that were multiplied and then the result in the following format:

User CosmosKey
by
3.4k points

1 Answer

5 votes

I wrote my code in python 3.8.

Write a function named multi that takes in three integers, multiplies them, and then-example-1
User Richard Nichols
by
3.8k points