IN PYTHON ONLY
Write the function ScrambleWord which takes a given word and returns a scrambled String in upper case created from the word which follows the following rules: . The scrambling process begins at the first letter of the word and continues from left to right. If two consecutive letters consist of an “A” followed by a letter that is not an “A”, then the two letters are swapped in the resulting string. Once the
OR
OR