Answer:
Explanation:
The following code is written in Python. It continues looping and asking the user for an oligonucleotide sequence and as long as it is valid it outputs the reverse complement of the sequence. Otherwise it exits the loop
letters = {'A', 'C', 'G', 'T'}
reloop = True
while reloop:
sequence = input("Enter oligonucleotide sequence: ")
for x in sequence:
if x not in letters:
reloop = False;
break
if reloop == False:
break
newSequence = ""
for x in sequence:
if x == 'A':
newSequence += 'T'
elif x == 'T':
newSequence += 'A'
elif x == 'C':
newSequence += 'G'
elif x == 'G':
newSequence += 'C'
print("Reverse Complement: " + newSequence)
Answer:
Explanation:
How to meet people in real life
1. We can meet people if you go to your friend's party, is a great opportunity to meet friends from your friends.
2. We must go to events, in this case, if you like to read books, go to reading events.
3. We can use public transportation if you see someone reading your favorite book is the best opportunity.
How to meet people online
1. We can meet people in social media, but there are a lot of fake accounts, take care.
2. There are special platforms to meet people or to find love.
3. We could meet people on educational websites or apps, for example, if we want to learn Spanish, we can meet Spanish people.
Wrong sign in information that your putting in maybe?? If it’s not even giving you an option you need to ask your teachers next time your in school