Write Function Scrambleword Takes Given Word Returns Scrambled String Upper Case Created W Q37123107

IN PYTHON ONLYWrite the function ScrambleWord which takes a given word and returns a scrambled String in upper case created from the word w

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.