teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

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

2020/05/28 07:26

投稿

teamikl
teamikl

スコア8817

answer CHANGED
@@ -70,7 +70,7 @@
70
70
  options.update(timeout_options)
71
71
 
72
72
 
73
- with closing(sg.Window('Word Count', layout)) as window:
73
+ with closing(sg.Window('Bytes Count', layout)) as window:
74
74
 
75
75
  while True:
76
76
  event, values = window.read(**options)