• def checkio(arg):

Question related to mission _X IP address

 

def checkio(arg): byte = r'(?:2(?:5[0-5]|[0-4]\d)|1\d\d|[1-9]\d|[1-9])' return r'\b' + r'.'.join([byte]*4)

2