string python program
string python program
(b) 4
Write a program in python which takes one sentence as input and counts and
displays the number of alphanumeric words present in it.
Our Definition : The definition of alphanumeric is string that contains letters
and numbers only.
Example:- In the sentence "My PAN number is QWE176F and my vehicle
number is WB40A2968"
Output: QWE176F WB40A2968 Total words=2