/Reverse-words-in-a-given-string

Given a String S, reverse the string without reversing its individual words. Words are separated by dots.

Primary LanguagePython

Watchers