Coding Interview: Write a function that, given a string representing a sentence, returns the sentence with the words in the same order but the letter in each word reversed.

Data Science Interview QuestionsCategory: Data ScienceCoding Interview: Write a function that, given a string representing a sentence, returns the sentence with the words in the same order but the letter in each word reversed.
python asked 3 years ago

Sample run:
 
“I love programming” –> “I evol gnimmargrop”