Question: write a py program that performs the following In the United States, radio call signs must begin with one of the following letters A, K,
write a py program that performs the following
In the United States, radio call signs must begin with one of the following letters A, K, N, or W. Amateur radio call signs are assigned based on the State a person lives in and the license class they earn.
- Write the logic that your program will use. Specifically include:
- The number that indicates the state/states that the license would be issued in.
- The license class (Extra, Advanced, General, Technician, Novice) that the call sign format would indicate.
- Write the python script that will:
- Ask the user to enter a call sign
- Use a function to return the State/States that the call sign was issued in
- Use a function to return the license class
- Your main script should use the functions in 2b and 2c
- Show the results (state or states of issue for that license and license class
- Only consider 48 continental US States
- Only consider call signs from regions 1-10 (see the FCC link below)
- Test your script with call signs that include each license class and number that identifies the state/states of issue.
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
To create a Python script that performs the specified tasks you can follow the steps below The scrip... View full answer
Get step-by-step solutions from verified subject matter experts
