News

Template strings, deferred annotations, better error messages, and a new debugger interface are among the goodies in Python 3 ...
# instead of concatinating the string in reverse, we cna use list to store the reverse string and then join as string ...
Reverse all words that are longer than the given length of characters in a sentence.