Kris2731 Kris2731 Today at 1:21 AM 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.