Exercises, Practice, Solution
PROGRAM : a = input('Enter a string : ') b = input('Enter a string : ') c='' for i in a: if(i not in b):...
No comments:
Post a Comment