Skip to content

Create question-91-solution#118

Open
mishrasunny-coder wants to merge 1 commit intodarkprinx:masterfrom
mishrasunny-coder:patch-1
Open

Create question-91-solution#118
mishrasunny-coder wants to merge 1 commit intodarkprinx:masterfrom
mishrasunny-coder:patch-1

Conversation

@mishrasunny-coder
Copy link

solution for question 91

l = []
string = input("Enter the string: ").split(' ')
for i in range(len(string)):

l.append(string[len(string)-i-1][::-1])

a = ' '.join(l)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant