Hello!
I'm relatively new to python and only know functions and simple math. I decided I want to make a code that can write give complementary DNA strand as an output. I've managed to flip the strand but I need to replace the letters.
The issue is that I need to replace the original "T" with "A" and "A" with "T" (same for "G" and "C) but if I do .replace() it makes it so that all "A"s become "T"s. Does anyone know how to fix this issue?
Thanks in advance!
