rexwashburn
1/23/2019 - 10:50 AM

JSON出力

#!/usr/local/bin/python3.4
# coding:utf-8
print("Content-Type: application/json; charset=UTF-8\r\n")

print("Hello World!\n")
print("This is JSON.\n")