質問編集履歴

2

誤字

2020/01/21 13:23

投稿

imotareobasan
imotareobasan

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  https://teratail.com/questions/235208 (私の過去質問)
24
24
 
25
- http://ja.voidcc.com/question/p-wneapznl-op.html```ここに言語を入力
25
+ http://ja.voidcc.com/question/p-wneapznl-op.html
26
26
 
27
27
 
28
28
 

1

コードの誤字

2020/01/21 13:22

投稿

imotareobasan
imotareobasan

スコア6

test CHANGED
File without changes
test CHANGED
@@ -26,9 +26,9 @@
26
26
 
27
27
 
28
28
 
29
- コード
29
+ ```Python
30
-
30
+
31
- ```# -*- coding: utf-8 -*-
31
+ # -*- coding: utf-8 -*-
32
32
 
33
33
  from tkinter import *
34
34
 
@@ -217,3 +217,5 @@
217
217
 
218
218
 
219
219
  root.mainloop()
220
+
221
+ ```