Computer Science, asked by supriyasoren30, 1 month ago

WAP TO TAKE 10 NAMES AND PRINT ONLY THOSE NAMES WHOSE LENGTH IS EVEN​

Answers

Answered by mehakpreetsinghh1
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