You are viewing a single comment's thread. Return to all comments →
input() #discard arbitrary input studeng = set(input().split()) input() #discard arbitrary input studfre = set(input().split()) print(len(studeng.symmetric_difference(studfre)))
Seems like cookies are disabled on this browser, please enable them to open this website
Set .symmetric_difference() Operation
You are viewing a single comment's thread. Return to all comments →