subject

Write a function called min that returns the minimum of the two numbers passed in as parameters. Note: Be sure to include comments for all functions that you use or create.

For example, if you made a call like

x = min(10, 14)
x should have the value 10.

For your program, you need to define the function and call it and print out the result like this:

x = min(10, 14)
print("The min is " + str(x))

min(1,2);
min(9000,9001);

it is in python

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
What is one of the main problems that can occur when implementing a large number of new systems within an organization?
Answers: 1
question
Computers and Technology, 22.06.2019 17:00
The two main ways in which marketers address the competition with their strategies are by satisfying a need better than a competition and by
Answers: 2
question
Computers and Technology, 23.06.2019 02:30
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
You know the right answer?
Write a function called min that returns the minimum of the two numbers passed in as parameters. No...
Questions
Questions on the website: 13722367