# Introduction In this Python challenge, we will create a function with a default argument to display an employee's name and salary. If the salary is missing in the function call, the function will assign a default value of 9000 to salary.
Click the virtual machine below to start practicing