NATO Tabelle
This commit is contained in:
parent
cd6b82ffbf
commit
580be19ead
30
tafel.py
30
tafel.py
@ -32,6 +32,36 @@ buchstabiertafel = {
|
|||||||
"Ü": "Übermut"
|
"Ü": "Übermut"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nato_tafel = {
|
||||||
|
"A": "Alpha",
|
||||||
|
"B": "Bravo",
|
||||||
|
"C": "Charlie",
|
||||||
|
"D": "Delta",
|
||||||
|
"E": "Echo",
|
||||||
|
"F": "Foxtrot",
|
||||||
|
"G": "Golf",
|
||||||
|
"H": "Hotel",
|
||||||
|
"I": "India",
|
||||||
|
"J": "Juliett"
|
||||||
|
"K": "Kilo",
|
||||||
|
"L": "Lima",
|
||||||
|
"M": "Mike",
|
||||||
|
"N": "November",
|
||||||
|
"O": "Oscar",
|
||||||
|
"P": "Papa",
|
||||||
|
"Q": "Quebec",
|
||||||
|
"R": "Romeo",
|
||||||
|
"S": "Sierra",
|
||||||
|
"T": "Tango",
|
||||||
|
"U": "Uniform",
|
||||||
|
"V": "Victor",
|
||||||
|
"W": "Whiskey",
|
||||||
|
"X": "X-ray",
|
||||||
|
"Y": "Yankee",
|
||||||
|
"Z": "Zulu"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
def to_buchstabierfassung(inputstring):
|
def to_buchstabierfassung(inputstring):
|
||||||
output = inputstring + ": "
|
output = inputstring + ": "
|
||||||
for letter in inputstring:
|
for letter in inputstring:
|
||||||
|
Loading…
Reference in New Issue
Block a user