回答編集履歴

1

追記

2018/04/20 10:25

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -7,3 +7,7 @@
7
7
  f.write("hoge"*x)
8
8
 
9
9
  ```
10
+
11
+ formatメソッドについてはこちらを参照。
12
+
13
+ [4. 組み込み型 — Python 3.6.5 ドキュメント](https://docs.python.jp/3/library/stdtypes.html#str.format)