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

回答編集履歴

1

追記

2018/09/14 08:23

投稿

hayataka2049
hayataka2049

スコア30939

answer CHANGED
@@ -17,4 +17,6 @@
17
17
 
18
18
  [2. 組み込み関数 — Python 3.6.5 ドキュメント | print](https://docs.python.jp/3/library/functions.html#print)
19
19
  [4. 組み込み型 — Python 3.6.5 ドキュメント | str](https://docs.python.jp/3/library/stdtypes.html#str)
20
- [2. 組み込み関数 — Python 3.6.5 ドキュメント | repr](https://docs.python.jp/3/library/functions.html#repr)
20
+ [2. 組み込み関数 — Python 3.6.5 ドキュメント | repr](https://docs.python.jp/3/library/functions.html#repr)
21
+
22
+ ただし、コードの目的や意図によっては元のnumpy配列オブジェクトをnp.save等でダンプしてそれを読み込むようにしたほうがスマートかもしれません。