Help me study for my Python class. I’m stuck and don’t understand.
I have a python code, if I run it, it will create one excel document(it has information about 6 different scrum teams in 6 sheets of single excel) and will generate graphs of 6 teams in my local.
Now that python code should be modified in such a way that, if we run that program, that excel document should be uploaded to a link which I cannot share(use any link in the code, I will modify that with my secured link). It should be automated in such a way that if i run the python code, the excel document and the graphs should be uploaded to the link.I can provide that python code which I developed.