100 Days of Code: The Complete Python Pro Boot Camp – Day 26 Project
Create a program that will ask a user to enter a word.
The program will check each letter of the word against a .csv file that contains letters with NATO specific words that start with that letter. Then return the results.
https://en.wikipedia.org/wiki/NATO_phonetic_alphabet
- Choose ‘Open in Replit’
- Select ‘Run’ to use the program