Explain any three String handling function used in python programming
Do answer this question please.....
Answers
Answered by
1
Answer:
Python String splitlines() function returns the list of lines in the string. Python String title() function returns a title cased version of the string. Python String zfill(width) function returns a new string of specified width. The string is filled with 0 on the left side to create the specified width.
Answered by
28
Answer:
Python String splitlines() function returns the list of lines in the string. Python String title() function returns a title cased version of the string. Python String zfill(width) function returns a new string of specified width. The string is filled with 0 on the left side to create the specified width.
Similar questions