Question: A social security number (SSN) is a string with the following pattern: where x is a numeric character. Given the following code: SSN = input(Enter

A social security number (SSN) is a string with the following pattern: where x is a numeric character. Given the following code: SSN = input("Enter your social security No: (use format of xxxxxxxx )") \# 1) Write the statement to print the middle two digits \# 2) Write the statement to print the last 4 digits of social security number. Please label your answers 1) and 2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
