Pergunta de entrevista da empresa Unified

(Python) Given a string separated by a space, how do you reverse the string while keeping the positions of the individual words? (I provided a solution using map, but they also requested this using a list comprehension)