Hackerrank
Hackerrank copied to clipboard
print len(eng_set.symmetric_difference(fren_set))
Add the .symmetric_difference instead of .difference! as there function is defined with this way