回答編集履歴

1

不要なprintを削除しました

2017/02/27 03:52

投稿

driller
driller

スコア720

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  counter = Counter(input)
22
22
 
23
- if print(counter['strike']) == 3:
23
+ if counter['strike'] == 3:
24
24
 
25
25
  print('out!')
26
26