Pawan Khowal walks us through a Python puzzle:
In this puzzle we have to find un-common words between two strings
Sample Input List
a = ‘Hi I am Pawan here only’
b = ‘here only’
Click through for the solution.
A Fine Slice Of SQL Server
Pawan Khowal walks us through a Python puzzle:
In this puzzle we have to find un-common words between two strings
Sample Input List
a = ‘Hi I am Pawan here only’
b = ‘here only’
Click through for the solution.