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)
5.1m questions
6.7m answers