fork(1) download
  1. # your code goes here
  2.  
  3. Norte = ['AM', 'PA', 'RR', 'AC','RO','AP', 'TO'],
  4. Sul = ['PR', 'SC', 'RS'],
  5. CentroOeste = ['MT', 'MS', 'GO', 'DF'],
  6. Nordeste = ['BA', 'CE','MA', 'PB', 'PE', 'RN', 'SE', 'AL', 'PI'],
  7. Sudeste = ['SP', 'RJ', 'MG','ES']
  8.  
  9. print( Norte )
Success #stdin #stdout 0.03s 9096KB
stdin
Standard input is empty
stdout
(['AM', 'PA', 'RR', 'AC', 'RO', 'AP', 'TO'],)