tate8395 tate8395 14-12-2022 Computers and Technology contestada What are the parameters of the print_numbers function? def print_numbers(first, second, third): print(first) print(second) print(third)