Question: Python Language, need help with coding Instructions Prompt for a sequence of numbers, the last number being zero. Print the maximum number of consecutive equal
Instructions Prompt for a sequence of numbers, the last number being zero. Print the maximum number of consecutive equal elements. If multiple values repeat the same number of times, display the first value Example Input Enter a Number (zero to quit): 1 Enter a Number (zero to quit): 7 Enter a Number (zero to quit): 7 Enter a Number (zero to quit): 9 Enter a Number (zero to quit): 1 Enter a Number (zero to quit): 0 Example Output 7 repeated 2 times
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
