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 Code PreviousNext2. Write a Python Program that takes in a string and returns the string with all the vowels removed. Visual Code PreviousNext3. Write a Python Program that takes in a string and returns the string with all the spaces removed. Visual Code PreviousNext4. Write a Python Program that takes in a list of integers and returns the average of the numbers. Visual Code 5. Write a Python Program that takes in a string and returns the number of unique characters in the string. Visual Code 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 Code 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 Code 8. Write a Python Program that takes in a list of integers and returns a new list with the numbers in reverse order. Visual Code 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 Code 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 Code PreviousSubmit