I think the first one is All of the above
Time in transit would be correct
Answer:
def normalize(text):
text = text.lower()
text = text.split()
return text
Explanation:
The functiinfunction is provided with an input text when called upon, then it changes every character in the text into lower case and split each word with a space.
Answer: I would say the first one
Explanation: I have never seen an interactive button for use in autoformatting at least on a presentation