Remove unnecessary line break

This commit is contained in:
2020-02-20 21:26:27 +00:00
parent 0d98392633
commit 99ffc4d8c2

View File

@@ -73,5 +73,4 @@ for char in txt:
output += "".join(find_node(nodes, char))
# print encrypted message
print("Encrypted message: %s" % output)