# Write a program to create a function show_employee() using the following conditions. # It should accept the employee’s name and salary and display both. # If the salary is missing in the function ...