Question: Assign number_segments with phone_number split by the hyphens. Sample output with input: '977-555-3221' Area code: 977 1 phone number - input() Z number_segments =
Assign number_segments with phone_number split by the hyphens. Sample output with input: '977-555-3221' Area code: 977 1 phone number - input() Z number_segments = "" Your solution goes here 3 area_code = number_segments[@] 4 print("Area code: area_code)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
