FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Intro-to-Python/IntroToPythonSlides/ch17/state_codes.py at master · ejs221/Intro-to-Python · GitHub
ejs221
/
Intro-to-Python
Public
forked from
PStudent2020/Intro-to-Python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Intro-to-Python
/
IntroToPythonSlides
/
ch17
/
state_codes.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (52 loc) · 1.12 KB
Breadcrumbs
Intro-to-Python
/
IntroToPythonSlides
/
ch17
/
state_codes.py
Copy path
File metadata and controls
52 lines (52 loc) · 1.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
state_codes
=
{
'AL'
:
'Alabama'
,
'AK'
:
'Alaska'
,
'AZ'
:
'Arizona'
,
'AR'
:
'Arkansas'
,
'CA'
:
'California'
,
'CO'
:
'Colorado'
,
'CT'
:
'Connecticut'
,
'DE'
:
'Delaware'
,
'FL'
:
'Florida'
,
'GA'
:
'Georgia'
,
'HI'
:
'Hawaii'
,
'ID'
:
'Idaho'
,
'IL'
:
'Illinois'
,
'IN'
:
'Indiana'
,
'IA'
:
'Iowa'
,
'KS'
:
'Kansas'
,
'KY'
:
'Kentucky'
,
'LA'
:
'Louisiana'
,
'ME'
:
'Maine'
,
'MD'
:
'Maryland'
,
'MA'
:
'Massachusetts'
,
'MI'
:
'Michigan'
,
'MN'
:
'Minnesota'
,
'MS'
:
'Mississippi'
,
'MO'
:
'Missouri'
,
'MT'
:
'Montana'
,
'NE'
:
'Nebraska'
,
'NV'
:
'Nevada'
,
'NH'
:
'New Hampshire'
,
'NJ'
:
'New Jersey'
,
'NM'
:
'New Mexico'
,
'NY'
:
'New York'
,
'NC'
:
'North Carolina'
,
'ND'
:
'North Dakota'
,
'OH'
:
'Ohio'
,
'OK'
:
'Oklahoma'
,
'OR'
:
'Oregon'
,
'PA'
:
'Pennsylvania'
,
'RI'
:
'Rhode Island'
,
'SC'
:
'South Carolina'
,
'SD'
:
'South Dakota'
,
'TN'
:
'Tennessee'
,
'TX'
:
'Texas'
,
'UT'
:
'Utah'
,
'VT'
:
'Vermont'
,
'VA'
:
'Virginia'
,
'WA'
:
'Washington State'
,
'WV'
:
'West Virginia'
,
'WI'
:
'Wisconsin'
,
'WY'
:
'Wyoming'
}
Back
|
FazBrowse Home
|
New Git URL