Created
June 18, 2015 19:05
-
-
Save becker990/f57c50cf78b0201ba6ed to your computer and use it in GitHub Desktop.
Um array ou lista (list) em python com todos es tados brasileiros para verificação rápida.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
estados = [ "AC","AL","AM","AP","BA", | |
"CE","DF","ES","GO","MA", | |
"MT","MS","MG","PA","PB", | |
"PR","PE","PI","RJ","RN", | |
"RO","RS","RR","SC","SE", | |
"SP","TO"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
valeu