- Write a function
greetthat takes a name as an argument and prints a greeting message. - Write a function
sum_twothat takes two numbers as arguments and returns their sum. - Write a function
is_eventhat takes a number as an argument and returnsTrueif the number is even, andFalseif it is odd. - Write a function
find_maxthat takes two numbers as arguments and returns the larger one. - Write a function
multiplication_tablethat takes a numbernand prints the multiplication table fornfrom 1 to 10. - Write a function
celsius_to_fahrenheitthat takes a temperature in Celsius and returns the temperature in Fahrenheit. - Write a function
powerthat takes two arguments, a number and an exponent, and returns the number raised to the given exponent. The exponent should have a default value of 2.