Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

* 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

App Inventor

Authors: David Wolber, Hal Abelson

1st Edition

1449397484, 9781449397487

More Books

Students also viewed these Programming questions

Question

In what sense can the historian be objective?

Answered: 1 week ago