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.

if/elif/else Structure Construct a Python code snippet using…

if/elif/else Structure Construct a Python code snippet using an if/elif/else structure to categorize a variable score into three categories: if the score is above 80, print “High”; if the score is between 50 and 80 (inclusive), print “Medium”; and if the score is below 50, print “Low”.

In a long lost valley in South America you have discovered w…

In a long lost valley in South America you have discovered what appears to be a feathered bird, (it has feathered wings), but it has teeth instead of a beak, a long clawed thumb, a long feathered tail. You are ecstatic because you think you have found the first living _____________.