Write a function max_of_two(a, b) that returns the bigger number.
max_of_two(a, b)
Read two numbers and print the result.
Example:
Input:
3 7
Output:
7