We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Validating phone numbers
Validating phone numbers
Sort by
recency
|
490 Discussions
|
Please Login in order to post a comment
When we do the "Roman Number Problem" before, and this one after, it's like playing Elden Ring without mimic first, then play Elden Ring with mimic x).
Here the code :
Without Regex:
Strange to see such a simple challenge following a few that are more complex. I'm used to challenges being increasingly more complex.
n = int(input()) # Read number of test cases
for i in range(n):