Question: For Python Please! Problem Statement: Given an integer representing a 10-digit phone number, output the area code, prefix and line number using the format (###)
For Python Please! 
Problem Statement: Given an integer representing a 10-digit phone number, output the area code, prefix and line number using the format (###) ###-### For example: if the input was 8005551212, your output would be (800) 555-1212 You must capture input from the keyboard and not use the example for output. For simplicity, assume all three of the parts of the number will start with a non-zero digit. So, 011999888 will not be used to test your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
