回答編集履歴
1
追記
answer
CHANGED
@@ -7,4 +7,9 @@
|
|
7
7
|
> バージョン 3.2 で追加.
|
8
8
|
|
9
9
|
|
10
|
-
引用元: [Python 標準ライブラリ » 組み込み型 » 数値型 » 整数型における追加のメソッド](https://docs.python.jp/3/library/stdtypes.html#int.from_bytes)
|
10
|
+
引用元: [Python 標準ライブラリ » 組み込み型 » 数値型 » 整数型における追加のメソッド](https://docs.python.jp/3/library/stdtypes.html#int.from_bytes)
|
11
|
+
|
12
|
+
代替策
|
13
|
+
---
|
14
|
+
[StackOverflow - python 2.7 equivalent of built-in method int.from_bytes
|
15
|
+
](https://stackoverflow.com/questions/30402743/python-2-7-equivalent-of-built-in-method-int-from-bytes)
|