Answer:
def multiply_by_20(num):
print(num * 20)
Step-by-step explanation:
# Testing the function here. ignore/remove the code below if not required
multiply_by_20(2)
multiply_by_20(7)
multiply_by_20(5)
4.4m questions
5.7m answers