libs

What's the best way to format a phone number in Python?

What's the best way to format a phone number in Python? Question: If all I have is a string of 10 or more digits, how can I format this as a phone number? Some trivial examples: 555-5555 555-555-5555 1-800-555-5555 I know those aren’t the only ways to format them, and it’s very likely I’ll leave …

Total answers: 7