22 Jan Saturday 14:00 Python Homework 01.19.
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...