I have a simple python script that’s repeating a HTTP response/request. I would like to know how I could have constructed this better, particularly if there’s a way I could have incorporated the slice operator to cut down on my variable usage. For context – the response contained a JSON string in between the <ExecuteResult>Read more