Refer to Code Example 10-1. If the user enters two extra spaces at the end of a phone number, what will happen? a. Whitespace at the end of the input is always ignored. b. The length of the number will be greater than 10 so the else clause will execute. c. The strip() method on line 1 will strip away the extra whitespace. d. The else clause will be executed.