回答編集履歴
1
修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
s ='BTACGQPAWATGCOOOO'
|
4
4
|
|
5
|
-
ans=re.findall("[A
|
5
|
+
ans=re.findall("[ATGC]+",s)
|
6
6
|
|
7
7
|
#['TACG', 'A', 'ATGC']
|
8
8
|
|