Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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. 

  1. Write the logic that your program will use.  Specifically include:
    1. The number that indicates the state/states that the license would be issued in.
    2. The license class (Extra, Advanced, General, Technician, Novice) that the call sign format would indicate.
  2. Write the python script that will:
    1. Ask the user to enter a call sign
    2. Use a function to return the State/States that the call sign was issued in
    3. Use a function to return the license class
    4. Your main script should use the functions in 2b and 2c
    5. Show the results (state or states of issue for that license and license class
    6. Only consider 48 continental US States
    7. Only consider call signs from regions 1-10 (see the FCC link below)
  3. 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

Step: 1

To create a Python script that performs the specified tasks you can follow the steps below The scrip... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Statistics Using Excel

Authors: Mario F. Triola

6th Edition

134506623, 134506626, 9780134508979, 978-0134506623

More Books

Students also viewed these Programming questions

Question

Explain the leader-member exchange model of leadership. Q-758

Answered: 1 week ago

Question

Solve the relation Exz:Solve therelation ne %3D

Answered: 1 week ago

Question

16. What is the difference between a lesion and an ablationpg109

Answered: 1 week ago