Answers for "one small letter three big bodyguard"

0

one small letter three big bodyguard

import re
print ''.join(re.findall('[^A-Z][A-Z]{3}([a-z])[A-Z]{3}[^A-Z]', open("data.txt").read()))
Posted by: Guest on April-02-2020

Code answers related to "one small letter three big bodyguard"

Python Answers by Framework

Browse Popular Code Answers by Language