Hello. I am getting an error in the beginning of my python script and it is referring to this line: newDBFileName = today.strftime(.format(today.month, today.day)) + ' ' ^ SyntaxError: invalid syntax Can someone tell me what the invalid syntax is here for this line? Appreciate any help you can give. (new python coder) Best, Jonathan