Question
Write a script to create an empty list and then
(a) Input 10 numbers from the users and store them in the list using append() method
(b) Find the sum of all the even elements present in the list
(a) Input 10 numbers from the users and store them in the list using append() method
(b) Find the sum of all the even elements present in the list