0_0_39087105_22206.cpp:1:3: error: invalid preprocessing directive #-
1 | # -*- coding: utf-8 -*-
| ^
0_0_39087105_22206.cpp:2:1: error: stray '##' in program
2 | ### 8. Translating RNA into Protein ###
| ^~
0_0_39087105_22206.cpp:2:3: error: stray '#' in program
2 | ### 8. Translating RNA into Protein ###
| ^
0_0_39087105_22206.cpp:2:37: error: stray '##' in program
2 | ### 8. Translating RNA into Protein ###
| ^~
0_0_39087105_22206.cpp:2:39: error: stray '#' in program
2 | ### 8. Translating RNA into Protein ###
| ^
0_0_39087105_22206.cpp:10:42: error: stray '#' in program
10 | lst = re.split('\s+', line) #\s+ 匹配空格1次或无限次
| ^
0_0_39087105_22206.cpp:10:43: error: stray '\' in program
10 | lst = re.split('\s+', line) #\s+ 匹配空格1次或无限次
| ^
0_0_39087105_22206.cpp:10:48: error: stray '\305' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:49: error: stray '\344' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:50: error: stray '\277' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:52: error: stray '\361' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:54: error: stray '\264' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:56: error: stray '\362' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:57: error: stray '\316' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:58: error: stray '\336' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:59: error: stray '\317' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:10:61: error: stray '\316' in program
10 | lst = re.split('\s+', line) #\s+ <U+01A5><c5><e4><bf><U+0578><f1>1<b4><U+03BB><f2><ce><de><cf><U+07B4><ce>
| ^~~~
0_0_39087105_22206.cpp:14:10: error: empty character constant
14 | rnaSeq = ''
| ^~
0_0_39087105_22206.cpp:28:11: error: empty character constant
28 | peptide = ''.join(aminoAcids)
| ^~
0_0_39087105_22206.cpp:2:5: error: expected unqualified-id before numeric constant
2 | ### 8. Translating RNA into Protein ###
| ^~
|