Please enable JavaScript in your browser to complete this form.Name *Email *Next1. Write a Python Program that takes in a list of integers and returns the second highest number. Visual Code Next2. Write a Python Program that takes in a list of strings and returns a dictionary where the keys are the strings and the values are the lengths of the strings. Visual Code PreviousNext3. Write a Python Program that takes in a list of integers and returns the product of all the numbers in the list. Visual Code PreviousNext4. Write a Python Program that takes in a string and returns True if the string is a palindrome (reads the same forward and backward), and False otherwise. Visual Code PreviousNext5. Write a Python Program that takes in a list of strings and returns a list of all the unique characters in the list, sorted in alphabetical order. Visual Code PreviousNext6. Write a Python Program that takes in a list of integers and returns a list of all the numbers that are divisible by 3 or 5. Visual Code PreviousNext7. Write a Python Program that takes in a list of integers and returns the largest difference between any two adjacent numbers in the list. Visual Code PreviousNext8. Write a Python Program that takes in a list of strings and returns the most common character across all the strings. Visual Code PreviousNext9. Write a Python Program that takes in a string and returns the number of times each character appears in the string, in alphabetical order. Visual Code PreviousNext10. Write a Python Program that takes in a list of integers and returns a list of all the pairs of numbers in the list that add up to a given target. Visual Code PreviousSubmit Exam