Do the following: Assign the values: 22, 11, 33, 55, and 44 to a 5-element list named: num_list
Write python for loop and if statement to find the highest value in the num_list and print the index/subscript number where the highest value exist.