Question: * in python # Q1 (1 point) # Create a function, exampleOne, which takes four input parameters, all of which are either strings or integers

* in python

# Q1 (1 point)

# Create a function, exampleOne, which takes four input parameters, all of which are either strings or integers

# Make and return a dictionary from these four input parameters where the first two parameters are keys and the second two parameters are values

# Example Input Parameters: 'GOOG', 'AAPL', 2933.74, 179.29

# Example Output: {'GOOG':2933.74, 'AAPL':179.29}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!