teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記

2018/06/28 16:46

投稿

LouiS0616
LouiS0616

スコア35678

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)