Skip to content

Instantly share code, notes, and snippets.

View oogl's full-sized avatar

Alexey oogl

  • Bradford, UK
  • 04:20 (UTC +01:00)
View GitHub Profile
@oogl
oogl / nato_phonetic_alphabet.py
Created January 3, 2024 13:31
NATO Phonetic Alphabet
NATO_CODES = {
'A' : 'Alpha',
'B' : 'Bravo',
'C' : 'Charlie',
'D' : 'Delta',
'E' : 'Echo',
'F' : 'Foxtrot',
'G' : 'Golf',
'H' : 'Hotel',
'I' : 'India',