Skip to content

Instantly share code, notes, and snippets.

@Kanhalelor
Created April 27, 2021 14:46
Show Gist options
  • Save Kanhalelor/318aedcfdbfa03870f00a70cc765017c to your computer and use it in GitHub Desktop.
Save Kanhalelor/318aedcfdbfa03870f00a70cc765017c to your computer and use it in GitHub Desktop.
data = response.text
# get the data type we received
print(type(data))
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment