Please enable JavaScript in your browser to complete this form.Name *Email *Next1. Write a Python Program that takes in a list of strings and returns a new list with all the strings capitalized. Visual Text PreviousNext2. Write a Python Program that takes in a string and returns the string with all the vowels removed. Visual Text PreviousNext3. Write a Python Program that takes in a string and returns the string with all the spaces removed. Visual Text PreviousNext4. Write a Python Program that takes in a list of integers and returns the average of the numbers. Visual Text 5. Write a Python Program that takes in a string and returns the number of unique characters in the string. Visual Text 6. Write a Python Program that takes in a list of tuples, where each tuple contains a string and an integer, and returns a new list with the strings sorted in alphabetical order by the second element of each tuple. Visual Text 7. Write a Python Program that takes in a list of strings and returns a new list with only the strings that contain at least one digit. Visual Text 8. Write a Python Program that takes in a list of integers and returns a new list with the numbers in reverse order. Visual Text 9.Write a Python Program that takes in a list of integers and returns a new list with the numbers that are perfect squares. Visual Text 10. Write a Python Programthat takes in a list of integers and returns the sum of the numbers that are even and greater than 10. Visual Text PreviousSubmit