Example: If the following words is given as input to the program: "My name is XYZ. My employee id is E1289 and age is 35 and salary is 120000 rs." Then, the output of the program should be:
['35', '120000']
Answers
Answered by
0
My employee id is E1289 and age is 35 and salary is 120000 rs." Then, the output of the program should be: ['35', '120000'].
Similar questions