— Write a python program which accepts a string which contains the First name and last name separated by comma.
Print Full name on the Screen,where First name should be in upper case and Last name in lower case and with a space between them.
Input-
Ravi, Srivastava
Output -
RAVI srivastava
Message permanent page