# Introduction In this lab, you need to write a program that prints a person's name and location by creating a function `display_info()` that accepts `name` and `location` as arguments and then call this function with the name `"Magnus"` and user input for the location.
Click the virtual machine below to start practicing