質問編集履歴

2

タグ付け

2020/11/11 08:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

文の修正

2020/11/11 08:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  for t in text.split('\n'):
12
12
 
13
- print(re.match(r'^From:*' or r'^Subject:*',s))
13
+ print(re.match(r'^From*' or r'^Sub*',s))
14
14
 
15
15
  ```
16
16