Problem

# Problem 4 ### Write a function to find the median of three values.

1
2
3
4
5
6
Output:

Input first number: 15                                                  
Input second number: 26                                                 
Input third number: 29                                                  
The median is 26.0