new string containing same chars of the given one but in a randomized order. *Example:* >>> shuffle('hello world') # possible output: 'l wodheorll' :param input_string: String to shuffle :type input_string: str :return: Shuffled string r5