回答編集履歴

1

追記

2021/06/01 09:12

投稿

quickquip
quickquip

スコア11235

test CHANGED
@@ -1 +1,5 @@
1
1
  まずは[structモジュール](https://docs.python.org/ja/3/library/struct.html)を検討しますね。
2
+
3
+
4
+
5
+ 読み込みそのものは`f = open('myfile.dat', 'rb')`です。