We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55685 commit 0be976eCopy full SHA for 0be976e
python-bytes-to-strings/decode_bytes1.py
@@ -3,6 +3,6 @@
3
url = "https://example.com/"
4
5
with urlopen(url) as response:
6
- raw_bytes: bytes = response.read()
+ raw_bytes: bytes = response.read()
7
8
print(f"Bytes: {raw_bytes[:100]}\n")
python-bytes-to-strings/decode_bytes2.py
@@ -3,7 +3,7 @@
9
0 commit comments