回答編集履歴

1

2行になっていたので一行に

2018/02/04 08:50

投稿

umyu
umyu

スコア5846

test CHANGED
@@ -7,10 +7,6 @@
7
7
  [`__future__` モジュールの`unicode_literals`を使用](http://salinger.github.io/python/20140211-future-module/)
8
8
 
9
9
  ```Python
10
-
11
- from __future__ import unicode_literals
12
-
13
-
14
10
 
15
11
  # -*- coding: utf8 -*-
16
12