回答編集履歴
1
タイトルが適切でなかったので修正 word -> bytes
test
CHANGED
@@ -142,7 +142,7 @@
|
|
142
142
|
|
143
143
|
|
144
144
|
|
145
|
-
with closing(sg.Window('
|
145
|
+
with closing(sg.Window('Bytes Count', layout)) as window:
|
146
146
|
|
147
147
|
|
148
148
|
|