I would like to run the function like a loop changing out the variable each loop until all variables are processed. Use a_week, then loop ... ... <看更多>
Search
Search
I would like to run the function like a loop changing out the variable each loop until all variables are processed. Use a_week, then loop ... ... <看更多>
from datetime import date. from datetime import timedelta. from subprocess import call. a_week = timedelta(days=7). a_week_ago = date.today() - a_week ... ... <看更多>
{"fav_cnt":{"a_week":[["2023-03-21",2020],["2023-03-22",2040],["2023-03-23",2060],["2023-03-24",2060],["2023-03-25",2070],["2023-03-26",2080],["2023-03-27" ... ... <看更多>