caseyp9561 caseyp9561 29-09-2022 Computers and Technology Answered Given a list of integers called package_weights, write code that counts the number of values in the list that are greater than 50. Store the result in a variable named heavy_count. Assume that the list has been initialized.