Question: Problem: Write a function that given a list of numbers, returns True if and only if all of the numbers in the list form an
Problem: Write a function that given a list of numbers, returns True if and only if all of the numbers in the list form an arithmetic progression, that is the difference between any two successive numbers in the list is the same. Your main program should allow the user to enter space-separated numbers as test lists, until a blank line is entered.

\f
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
