-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
38 lines (38 loc) · 800 Bytes
/
data.py
File metadata and controls
38 lines (38 loc) · 800 Bytes
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
number_stations = {
"Number Station name": [
"English Man 00000",
"Oblique",
"Rebeat",
"English Lady 0 0 0 0 0",
"Lincolnshire Poacher",
"Cherry Ripe",
"The Counting Station",
"NATO Alphabet",
"NNN",
"Five Dashes",
"Atención",
"Eastern Music Station",
"Schlosst",
"Swedish Rhapsody",
"Russian Man 00000",
"Chinese Music Station"
],
"Country": [
"Russia",
"Poland",
"Egypt",
"Ukraine",
"United Kingdom",
"United Kingdom",
"United States",
"Israel",
"Austria",
"Germany",
"Cuba",
"Egypt",
"Spain",
"Poland",
"Russia",
"China"
]
}