Computer Science, asked by deeptiranidas004, 5 months ago

Explain any three String handling function used in python programming
Do answer this question please.....​

Answers

Answered by preetkour185
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 nehabhosale454
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