Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Common Words by mateusz.miekus
def checkio(first, second):
x=first.split(',')
y=second.split(',')
x.sort()
y.sort()
if len(x)
Nov. 11, 2016