News

Write a Python function that takes a list of words and returns the length of the longest one. word list: (["PHP", "python", "zekelabs"]) (a) Write a Python program to find the second smallest number ...
(a) Write a Python program to find the second smallest number in a list number: [1, 2, -8, -2, 0] (b) Write a Python program to find the second largest number in a list. number: [1, 2, -8, -2, 0] (a) ...