Menu

(Solved) : Help Write Python Code Function Called Emailtofullname Email Accepts Email String Input Pa Q44155649 . . .

Can you help me write a python code for a function called:email_to_full_name(email) that accepts email as astring input parameter and returns a string containing the last andfirst name separated by a comma and all characters in uppercase.

Must be able to fulfill test cases:

input: john.smith@mail.com output: SMITH,JOHN

input: alexia.kane@mail.com output : KANE,ALEXIA

Expert Answer


Answer to Can you help me write a python code for a function called: email_to_full_name(email) that accepts email as a string inpu…

OR