Get array using requests.get

Viewed 36

I have created a python file with a size of 40KB, but want to convert it into 20KB, so I have uploaded my one big data into my website (https://97c4ec2610d8.ngrok.io/path.php) and I used to import this in python file:

URI = requests.post('https://97c4ec2610d8.ngrok.io/path.php')

But the array or list is not working on my another function. I want to solve this error.

0 Answers
Related