Question: plz run this python code & display the results Write a python funciton alphabetic(val) that takes a string as input and returns True if the
plz run this python code & display the results
Write a python funciton alphabetic(val) that takes a string as input and returns True if the words in the sentence appear in alphabetic order, and False otherwise. Note repeated words are allowed.
>>> alphabetic("the sun is bright") False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
