Question: Instructions: - You need to create a progiam in Python using the Anaconda Spyder IDE to solve the below problem. You will save your code
Instructions: - You need to create a progiam in Python using the Anaconda Spyder IDE to solve the below problem. You will save your code and submit the code into Blackboard for review. Errors in the scriptCode will reduce the number of points awarded. In addition, not using the correct file naming convention will cause you to lose points. - When you submit your file, linclude your abc123 in the filename for example: abc123_phone.py Problem Statement: Given an integer representing a 10-digit phone number, output the area code, prefix and line number using the format (\#HAH) AUAH H\#H. For example: if the input was 8005551212 , your output would be (800)5551212 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
