Answer:
i think a but not so sure
Explanation:
Answer: <em><u>Portability</u></em>
Explanation: I hope it helps you!
Guess is a string. By default the input function returns string types.
Explanation:
Mechanical engineer may design a gps for a vehicle.
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.