WAP TO TAKE 10 NAMES AND PRINT ONLY THOSE NAMES WHOSE LENGTH IS EVEN
Answers
Answered by
2
Answer:
Input : str = "hello geeks for geeks
is computer science portal"
k = 4
Output : hello geeks geeks computer
science portal
Explanation : The output is list of all
words that are of length more than k.
Input : str = "string is fun in python"
k = 3
Output : string python
Similar questions
Social Sciences,
23 days ago
Hindi,
23 days ago
English,
23 days ago
India Languages,
1 month ago
History,
9 months ago