Browse Source

deleted message saying here are the amino acids

main
Ravi Shah 5 years ago
parent
commit
af158f17dd
  1. 1
      converter.py

1
converter.py

@ -68,5 +68,4 @@ if len(truncated) % 3 != 0:
print("The mRNA strand isn't divisible by 3.")
quit()
print("Here are the amino acids:")
print(translation(truncated))
Loading…
Cancel
Save