Program that throws a 'nomatchexception' when a string is not equal to "india"
Answers
Answered by
0
Answer:
It is Possible
Explanation:
string = str(input('Enter String: '))
if string != 'india':
print('nomatchexception')
else:
print()
Is that Correct according to your question
Similar questions