PCRE supports inline comments:
foo(?# match literal foo)\d+
Also verbose mode
pattern = re.compile(r"""
^ # start of string
[A-Z]{2} # two uppercase letters
\d{4} # four digits
$ # end of string
""", re.VERBOSE)







Yeah we should have a no confidence vote regularly. Maybe every 2 years for Congress and every 4 for the President