PYTHON
Write a program for an event organizer. The code can be as short
as 7 lines; 9 lines are good enough!
a) Request the organizer to enter a participant’s full name in a
single input. The input can take two different formats: i. l_name,
f_name [1.5 pts] ii. f_name l_name [1.5 pts] b) Print a customized
greeting message using the first name, regardless of the formats:
“Dear f_name, welcome to the party!” with only the 1 st letter of...