From af158f17dd97b71d5069b9b38ac61a49a7909cc8 Mon Sep 17 00:00:00 2001 From: rav4s Date: Sat, 7 Nov 2020 10:01:01 -0600 Subject: [PATCH] deleted message saying here are the amino acids --- converter.py | 1 - 1 file changed, 1 deletion(-) 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))