Page 1 of 1

Q # Write your complete name in string variable ‘name’. Apply following built-in functions name.title() , name.upper()

Posted: Thu May 26, 2022 9:35 am
by answerhappygod
Q # Write your complete name in string variable ‘name’.
Apply following built-in functions name.title() , name.upper() ,
name.lower() , name.center(30) Briefly explain what each function
does.
(considering name is Tom Wilson Crusoe). Use python and run the
function to check (show coding)