Simple, simple question, hope you can help me:
How do I add a string to a regex? Say:
d = '\d\d\d'
mo = re.compile(r #d goes here)
Pasting it, separating it with a comma, or with a plus gives me errors. Normally, as you know, it would be re.compile(r'\d\d\d')