If I use this:
YYYYMMnow = datetime.today().strftime('%Y-%m')
I get as output
2020-11
As of today is November 2020
I want a formula that gives me, YYYY-MM minus one month
it would be an output like
2020-10
or in January, from 2021-01, it would return 2020-12