This response will be reviewed and graded after submission.
Question 4 of 5
4. Question
Write a Python program to split and join a string.
Examples :
Split the string into list of strings
Input : Asian Technology Hub
Output : ['Asian', 'Technology', 'Hub']
Join the list of strings into a string based on delimiter ('-')
Input : ['Asian', 'Technology', 'Hub']
Output : Asian-Technology-Hub
This response will be reviewed and graded after submission.
Question 5 of 5
5. Question
Python program to find uncommon words from two Strings
Examples:
Input : A = "Python Programming"
B = "python programming Learning from ATS "
Output : ['Learning', 'from','ATS']
This response will be reviewed and graded after submission.
Login
Login
Accessing this course requires a login. Please enter your credentials below!