回答編集履歴

1

より簡潔に

2019/02/05 13:44

投稿

kts_h
kts_h

スコア207

test CHANGED
@@ -36,11 +36,7 @@
36
36
 
37
37
  ```python
38
38
 
39
- while True:
40
-
41
- if 'ANISOU' in string:
39
+ while 'ANISOU' not in string:
42
-
43
- break
44
40
 
45
41
  print(string.rstrip())
46
42