Pergunta de entrevista da empresa Tapestry Solutions

Write a function to reverse each word in a sentence. For example, the sentence "John drinks milk" should be changed to "nhoJ sknird klim".

Respostas da entrevista

Sigiloso

3 de jul. de 2017

Used basic programming knowledge to reverse each word and solve the problem.

Sigiloso

9 de jan. de 2018

For Python use ::-1 join and split