回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,8 @@
|
|
1
1
|
raccyさんの補足に成ってしまいますが、以下を参考にしてください。
|
2
2
|
|
3
|
-
つ [ Pythonのデータ型(基本編)](https://bootcamp-text.readthedocs.io/textbook/3_types.html)
|
3
|
+
つ [ Pythonのデータ型(基本編)](https://bootcamp-text.readthedocs.io/textbook/3_types.html)
|
4
|
+
|
5
|
+
> 桁数の大きくない整数
|
6
|
+
|
7
|
+
通常4Gまで(符号付きなら2G)→ 4×10の9乗(2×10の9乗)
|
8
|
+
・・・小さいと思うか、大きいと思うかはアナタ次第ですが・・・
|