Question: CHALLENGE ACTIVITY 2 . 1 1 . 1 : Extract area code. Assign number _ segments with phone _ number split by the hyphens. Sample

CHALLENGE
ACTIVITY
2.11.1: Extract area code.
Assign number_segments with phone_number split by the hyphens.
Sample output with input: '977-555-3221'
Area code: 977
Learn how our autograder works
5415123416572 qx3zqy?
1 phone_number = input()
2 number_segments =|''' Your solution goes here ''"
3 area_code = number_segments [0]
4 print('Area code:',rea_code)
 CHALLENGE ACTIVITY 2.11.1: Extract area code. Assign number_segments with phone_number split

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!