Function Creation with Default Parameter Write a Python fun…

 Function Creation with Default Parameter Write a Python function named greet that accepts three parameters: first_name, last_name, and greeting (which should have a default value of “Hello”). The function should print a greeting message combining these parameters.