#Program applying lambda in reduce() to find factorial of a number inputted by user.
#Program applying lambda in reduce() to calculate sum of a list.
#Program applying lambda in reduce() to concatenate all values of a list.
#Program applying lambda in reduce() to find the biggest no. among the list.
#Program applying lambda in reduce() to find sum of only those nos which are less than 60.