You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Write a python program that takes a sentence from the user which is separated by space. Now you have to reverse the character of every single word without reversing the sentence itself. You cannot change the position of the word.
# Input 1: My name is Anwar Output 1: yM eman si rawnA
# Input 2: I am a student Output 2: I ma a tneduts