Join and splittin what is?
Answers
Answered by
0
Answer:
10/01/2018 · In Python, we can use the function split() to split a string and join() to join a string. For detailed article on split() and join() functions, refer these : split() in Python and join() in Python. Examples : Split the string into list of strings Input : Geeks for Geeks Output : ['Geeks', 'for', 'Geeks'] Join the list of strings into a string based on delimiter ('-') Input : ['Geeks', 'for', 'Geeks'] Output : Geeks-for-Geeks
Explanation:
hope it helps
Answered by
0
Explanation:
What is your question
i dpnt
understand
Similar questions