# Introduction In this lab, you need to create a function `print_numbers()` that takes two arguments and prints them in separate lines using keyword arguments, and then call the function with two integer inputs as keyword arguments.
Click the virtual machine below to start practicing