質問編集履歴

1

ファイル名追記

2020/10/27 15:10

投稿

able
able

スコア7

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  ```menu.py
20
20
 
21
+ #menu.py
22
+
21
23
  import tkinter as tk
22
24
 
23
25
  from tkinter import ttk
@@ -134,6 +136,8 @@
134
136
 
135
137
  ```A.py
136
138
 
139
+ #A.py
140
+
137
141
  import tkinter as tk
138
142
 
139
143
  from B import BApp
@@ -194,6 +198,8 @@
194
198
 
195
199
  ```B.py
196
200
 
201
+ #B.py
202
+
197
203
  import tkinter as tk
198
204
 
199
205