質問編集履歴

1

2022/01/27 04:15

投稿

cadce31415
cadce31415

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,12 +8,7 @@
8
8
  設定しているつもりが変わらない。
9
9
 
10
10
  ## ソースコード
11
- ```python3.9
11
+ ```python
12
- # GUIコントロールメインファイルmain.py
13
- """参考サイト
14
- https://gammasoft.jp/support/create-gui-by-tkinter/
15
- https://qiita.com/kotai2003/items/fe9b5e59c7164a95ded8
16
- """
17
12
  import tkinter as tk
18
13
  from tkinter import EW, ttk
19
14