I want to be able to access my_cal[30][\'r\'] and get all the ranges. Then access the first week with my_cal[30][\'wk\']
my_cal[30][\'r\']
my_cal[30][\'wk\']
I tried this: