回答編集履歴

2

追記

2018/05/16 02:53

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -21,3 +21,21 @@
21
21
  print("test")
22
22
 
23
23
  ```
24
+
25
+ または
26
+
27
+ ```python
28
+
29
+ #!/usr/local/bin/python3
30
+
31
+ # -*- coding: utf8 -*-
32
+
33
+
34
+
35
+ print("Content-type: text/plain")
36
+
37
+ print("")
38
+
39
+ print("test")
40
+
41
+ ```

1

コードの修正

2018/05/16 02:53

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- print("Content-type: text/plain")
19
+ print("Content-type: text/plain\n")
20
20
 
21
21
  print("test")
22
22