Answer:
a = int(input())
b = int(input())
c = int(input())
solve = a * b * c
print (solve)
Step-by-step explanation:
you want to multiply them
Following is attached an image in which code is written along with necessary comments.
I hope it will help you!
4.8m questions
6.2m answers