回答編集履歴
1
追記
answer
CHANGED
@@ -3,3 +3,5 @@
|
|
3
3
|
print ("Content-Type: text/html")
|
4
4
|
print()
|
5
5
|
```
|
6
|
+
|
7
|
+
参考: [https://docs.python.org/ja/3/library/cgi.html](https://docs.python.org/ja/3/library/cgi.html)
|