回答編集履歴

1

画像を追加

2020/07/01 16:45

投稿

teamikl
teamikl

スコア8664

test CHANGED
@@ -1,3 +1,5 @@
1
+ 別アプローチですが
2
+
1
3
  [simpledialog](https://docs.python.org/3.9/library/dialog.html#module-tkinter.simpledialog) のクラスを利用して2通り
2
4
 
3
5
 
@@ -12,6 +14,10 @@
12
14
 
13
15
 
14
16
 
17
+ ![イメージ説明](71c4d5d03864460291637d45f093fce6.png)
18
+
19
+
20
+
15
21
  ```python
16
22
 
17
23
  #!/usr/bin/env python3.8
@@ -196,6 +202,8 @@
196
202
 
197
203
 
198
204
 
205
+ ![イメージ説明](a9ad9e7c9ec880ed33a6ea012d3b5bf4.png)
206
+
199
207
 
200
208
 
201
209