Python_01 This is a hard way to success. What I need is extraordinary patience and endurance. I hope I can stick on it. first_name = "mac" last_name = 'true' full_name = first_name+" "+last_name message ="\nHello, "+full_name.title()+"!" print(message)