reetajmahfouz3227 reetajmahfouz3227 22-02-2024 Computers and Technology contestada Write a function arithmetic() that:a) Takes as input a list of numbersb) Returns true if the numbers in the list form an arithmetic sequencec) Returns false otherwised) Has time complexity O(n), where n is the length of the list