Azienda coinvolta
How to find duplicates in an array?
Anonimo
x = "Raviteja" x1 = list(x) y = {} for i in x1: if i in y: y[i] +=1 else: y[i] = 1 for i,j in y.items(): if j >1: print "Duplicate is %s and %s" (i,j)
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.