1
2
3
4
5
6
import re
 
dat = """
""" # input value
 
print "".join(re.findall("[^A-Z]+[A-Z]{3}([a-z])[A-Z]{3}[^A-Z]+", dat))


'Wargame > pythonchallenge' 카테고리의 다른 글

pythonchallenge LEVEL 5  (0) 2017.04.12
pythonchallenge LEVEL 4  (0) 2017.04.12
pythonchallenge LEVEL 2  (0) 2017.04.12
pythonchallenge LEVEL 1  (0) 2017.04.12
pythonchallenge LEVEL 0  (0) 2017.04.12

+ Recent posts