Sum Paired Tuples with zip()
Use zip() to iterate over two tuples, add each pair, and append the sums to a list named results. After your code runs, results should be [105, 210, 158, 84].
Premium
Python
Setting up Python environment... Output
Setting up Python environment...