Advertisement
dj_86

Untitled

Mar 2nd, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. for a in linhas:
  2. for c in range(1,len(a)):
  3. if a[0][56:62] not in codigo:
  4. codigo.append(a[0][56:62])
  5. if a[c][8:49] not in clientes and c<=2:
  6. clientes.append(a[c][8:49])
  7. elif a[c][8:49] not in clientes and c>=3:
  8. x=len(clientes)
  9. clientes[x-1]=clientes[x-1]+","+a[c][8:49]
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement