Input three numbers and display the largest and smallest number.
Answers
Answered by
0
Answer:
Read 3 input numbers using input() or raw_input() . Use two functions largest() and smallest() with 3 parameters as 3 numbers. largest(num1, num2, num3) check if num1 is larger than num1 and num2, if true num1 is largest, else.
Similar questions
World Languages,
2 months ago
English,
4 months ago
English,
4 months ago
Math,
10 months ago
Math,
10 months ago