hacker rank python(validating postals)

VALIDATING POSTALS


regex_integer_in_range = r"^[1-9][0-9]{5}$"   
regex_alternating_repetitive_digit_pair = r"(\d)(?=(\d)\1)"


Compiler Message
Success
Input (stdin)Download
110000
Expected OutputDownload
False

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions