回答編集履歴

1

タイトルが適切でなかったので修正 word -> bytes

2020/05/28 07:26

投稿

teamikl
teamikl

スコア8664

test CHANGED
@@ -142,7 +142,7 @@
142
142
 
143
143
 
144
144
 
145
- with closing(sg.Window('Word Count', layout)) as window:
145
+ with closing(sg.Window('Bytes Count', layout)) as window:
146
146
 
147
147
 
148
148