diff --git a/converter.py b/converter.py index 7dc234b..3e09dba 100644 --- a/converter.py +++ b/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))