Programming Assignment : Assignment 2
Program 1 : From a list, generate a new list of squares of even numbers only
OUTPUT :
Problem 2 : Find the Sum and Average of List Elements
OUTPUT :
Program 3 : Write a program to convert list of strings to integers
OUTPUT :
Program 4 : Take a tuple and unpack its elements into variables and print them
OUTPUT :
Program 5 : Find the tuple from a list of tuples that has the maximum sum of elements
OUTPUT :
Program 6 : Tuples are immutable. Replace an element by converting the tuple to a list and back
OUTPUT :