Python

[Solved] College Details Problem with Python

python

College Details: A technical event was conducted by the Government of India for the various colleges from all over India. On the valedictory function, a momento was given to all the colleges with the college details inscribed on it. The momento’s…

[Solved] Filter Events Problem with Python

python

Filter Events: Write a program to get size of list and its elements and  to find numbers divisible by thirteen from a list using anonymous function (Lambda) and display those numbers. Input Format:The first line of input corresponds to the size of…