Question: Define a python function progression(1) that takes a nonempty list of integers I and returns true if the integers in I form an arithmetic

Define a python function progression(1) that takes a nonempty list of integers I and returns true if the integers in I form an arithmetic progression: that is, I is of the form [a,a+d,a+2d,i,a+kd].
Step by Step Solution
3.41 Rating (164 Votes )
There are 3 Steps involved in it
Here is a code that checks for an arithmetic sequence The nu... View full answer
Get step-by-step solutions from verified subject matter experts
