Python - Methods and Behavior Definition
You want to create a method
format_name that takes two parameters first and last and returns the full name in uppercase. Which code correctly does this?