***I am not being shown or told what needs to be revised in course hero, so I do not know what to change in my questions?***

This question is answered in Google Collab but the coding can be written out without it! I completed four other questions similar but am stuck on this one. Thank you so much for the help! I have examples of problems I have already completed if you need me to post them for reference

NOW THIS IS THE PROBLEM I NEED HELP WITH. PROBLEM 5.

Problem 5:

I am given a list of values. The values represent money and I need to present the data as monetary values. the list of numbers as input data is given and I need to convert the numbers to monetary values and print them out to the screen where it says #enter your code below. Can you help me with the coding sequence and explain how you got the answer sequence?

The list of numbers is displayed below in the inputData brackets.

inputData = [35009.667, 70998, 7e6, 1.250050e4, 170000, 987435.54467]

def monetaryValues(data):

    #ENTER YOUR CODE BELOW