質問編集履歴

1

コードのインデント

2021/12/18 07:18

投稿

shibububu1117
shibububu1117

スコア3

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- Python:
19
+ ```Python
20
-
21
-
22
20
 
23
21
  import tkinter
24
22
 
@@ -211,3 +209,5 @@
211
209
  app = Application(master=root)
212
210
 
213
211
  app.mainloop()
212
+
213
+ ```