here is my code:
from datetime import datetime when = 01/01/2020 chosenDate = datetime.strptime(\'when\', \'%m/%d/%Y\')
here is the error