-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevotes.py
57 lines (53 loc) · 1.01 KB
/
evotes.py
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
53
54
evotes = [
9 , # Alabama
3 , # Alaska
11, # Arizona
6 , # Arkansas
55, # California
9 , # Colorado
7 , # Connecticut
3 , # Delaware
3 , # DC
29, # Florida
16, # Georgia
4 , # Hawaii
4 , # Idaho
20, # Illinois
11, # Indiana
6 , # Iowa
6 , # Kansas
8 , # Kentucky
8 , # Louisiana
4 , # Maine
10, # Maryland
11, # Massachusetts
16, # Michigan
10, # Minnesota
6 , # Mississippi
10, # Missouri
3 , # Montana
5 , # Nebraska
6 , # Nevada
4 , # New Hampshire
14, # New Jersey
5 , # New Mexico
29, # New York
15, # North Carolina
3 , # North Dakota
9 , # South Carolina
3 , # South Dakota
18, # Ohio
7 , # Oklahoma
7 , # Oregon
20, # Pennsylvania
4 , # Rhode Island
11, # Tennessee
38, # Texas
6 , # Utah
3 , # Vermont
13, # Virginia
12, # Washington
5 , # West Virginia
10, # Wisconsin
3 , # Wyoming
]