# Introduction In this lab, you need to write a Python function named `is_product_divisible_by_sum()` that takes a list of integers as an argument and returns `True` if the product of all numbers in the list is divisible by the sum of all numbers in the list, and `False` otherwise.
Click the virtual machine below to start practicing