Assignment #3 - Mohammed Abdul Wasay

  1. Python function that takes a list of words and return the longest word and the length of the longest one.
  1. Python function to remove the nth index character from a nonempty string.
  1. Python function to get the last part of a string before a specified character.
  1. Python function to sort a string lexicographically.
  1. Python function to remove spaces from a given string.