09 Sep Aurora Saturday 16:30 Python Homework 20.09.05.
Question: You are given a string . Suppose a character ‘a’ occurs consecutively n times in the string. Replace these consecutive occurrences of the character ‘a’ with (n, ‘a’) in the string. Input Format: A single line of input consisting of the string . Output Format: A single line of...