Print Smallest
Geoffrey Challen // 1.0
Write a function called print_smallest
which takes three numbers and prints the smallest one.
You can use a built-in Python function to help you find the smallest of the numbers!
Write a function called print_smallest
which takes three numbers and prints the smallest one.
You can use a built-in Python function to help you find the smallest of the numbers!