You are viewing a single comment's thread. Return to all comments →
k=int(input("enter: ")) n=tuple(map(int, input("enter: ").split())) for i in n: if n.count(i)>1: pass else: print(i)
Seems like cookies are disabled on this browser, please enable them to open this website
The Captain's Room
You are viewing a single comment's thread. Return to all comments →
k=int(input("enter: ")) n=tuple(map(int, input("enter: ").split())) for i in n: if n.count(i)>1: pass else: print(i)