PART-1 """" Return full name""" def get_formatted_name(first,last): full_name = f"{first} {last}" return full_n