我需要通过完全扫描字符串来替换字符.正则表达式对此有帮助吗?
Input: AAAGCCTT Output: TTTCGGAA.
我尝试过使用,replace但我觉得它没有用.
replace
python
python ×1