Question Answered step-by-step This says that Line 10 is wrong. What is wrong with it? Image transcription text2.12 LAB: Phone number breakdown Given an integer representing a 10-digit phone number, follow the TODOcomments to complete that program that outputs the area code, prefix, and line number using the format (800)555-1212. Ex: If the input is: 8005551212 the output is: (800) 555-1212 Hint: Use % to get the desir… Show more… Show moreThis says that Line 10 is wrong. What is wrong with it? Computer Science Engineering & Technology Python Programming CYB 130T Share QuestionEmailCopy link Comments (0)