need help
Write a function to return the word that is first alphabetically from two user inputted text entries, where the user inputs that text by entering their own words after the displays of “First Entry = “ and “Second Entry = “. Remember that you can use the < and > operators with strings. (You can assume that the user only inputs lower case words.)