DNA to RNA

In bioinformatics, a DNA strand is often converted into a matching RNA strand using fixed character pairs. The function to_rna receives dna_strand and replaces each character by these rules: G becomes C, C becomes G, T becomes A, and A becomes U. Keep the original order of the characters.

Примеры

Ввод
"G"
Вывод
"C"
Ввод
"C"
Вывод
"G"
Ввод
"T"
Вывод
"A"

Нужно реализовать

def to_rna(dna_strand: str) -> str:

Теги

stringsdict
PostgreSQLv16

Тук ще се появи резултатът от изпълнението на кода

Tests12
Visible tests
Скрит тест 7
Скрит тест 8
Скрит тест 9
Скрит тест 10
Скрит тест 11
Скрит тест 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid