Given a list of integers, find the first maximum element in it. Print its value and its index (counting with 0).In python.
Example input: 12321
Example output: 3 2
