-1

Below is my code

with open(r"https:/github.com/PhonePe/pulse/blob/master/data/aggregated/transaction/country/india/2018/1.json", "r") as j:

data=j.read()

print(data)

I am trying to fetch transaction details from phonepe , but I am getting the following error

enter image description here

0 Answers0