How do I automatically change a part of a url to query a website a set number of times in python?
I have very basic knowledge of python, so sorry if my question sounds dumb. I need to query a website for a personal project I am doing, but I need to query it 500 times, and each time I need to change 1 specific part of the url, then take the data and upload it… Read More How do I automatically change a part of a url to query a website a set number of times in python?