Please paste the following line of Python code in your coding environment:
greeting = " Hello, little people of Earth! "
Perform the following operations using a combination of Python functions, string methods, and math capabilities.
Determine the length of the string.
Determine if this length is evenly divisible by 5.
Create and store a new version of the string in a newly named variable that removes any spaces at the end or the beginning of the string.
Using string you created in step 3, store the first 5 characters of the string in a new variable.
Using the string you created in step 4, append 59 'o' characters to the string and print out the result.