Given the tuple: num = (30, 35, 40,45,50,55,60,65,70,75,80,85,90,95,100) Write a Phyton program that will a)Count and display the number of even and odd numbers b)Find and display the sum of all even numbers c)Find and display the sum of all odd numbers.
Extracted text: 5. Given the tuple: num = (30, 35, 40,45,50,55,60,65,70,75,80,85,90,95,100) Write a Phyton program that will a) Count and display the number of even and odd numbers b) Find and display the sum of all even numbers c) Find and display the sum of all odd numbers.