質問編集履歴

1

ソースコードがうまく表示されていなかった。

2021/08/25 07:04

投稿

costello
costello

スコア1

test CHANGED
File without changes
test CHANGED
@@ -30,13 +30,13 @@
30
30
 
31
31
 
32
32
 
33
- #!/usr/local/bin/python3
33
+ ' #!/usr/local/bin/python3
34
34
 
35
- # coding: utf-8
35
+ ' # coding: utf-8
36
36
 
37
- print ('Content-Type: text/html; charset=utf-8\n')
37
+ ' print ('Content-Type: text/html; charset=utf-8\n')
38
38
 
39
- print ("HelloWorld!")
39
+ ' print ("HelloWorld!")
40
40
 
41
41
 
42
42