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)
8.6m questions
11.2m answers