11 Dec PMCA Sunday 16:00 Python Homework 12.08
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...