回答編集履歴
1
fix typo
answer
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
bytesとBytesIOの
|
|
1
|
+
bytesとBytesIOのwriteを使うといいかもしれません。
|
|
2
2
|
```
|
|
3
3
|
python -c 'import sys; sys.stdout.buffer.write(b"AAAAAAAAAAAAAAAA\xce\xfa\xde\xc0")'
|
|
4
4
|
```
|