Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Non-unique Elements by maciejmoscicki
#Your optional code here
#You can import some modules or create additional functions
def checkio(list):
wynik=[]
licznik=0
rozmiar=len(list)
for element in list:
jestwwynikach=0
for liczba in wynik:
if(liczba==element):
jestwwynikach=1
if(jestwwynikach==0):
licznik2=licznik+1
znalezionoduplikat=0
while(licznik2
Oct. 6, 2016
Comments: