Alphabet Rangoli
Task You are given an integer, N. Your task is to print an alphabet rangoli of size N. (Rangoli is a form of Indian folk art based on creation of patterns.) Different sizes of alphabet rangoli are shown below: The center of the rangoli has the first alphabet letter a, and the boundary has the Nth alphabet letter (in alphabetical order). Function Description Complete the rangoli function in the editor below. Rangoli has the following parameters: Returns Input Format Only one line of input containing N, the size of the rangoli. Constraints 0 < N < 27 Sample Input Sample…