We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bdf69 commit 4efae89Copy full SHA for 4efae89
18_gematria/solution.py
@@ -19,7 +19,7 @@ def get_args():
19
args = parser.parse_args()
20
21
if os.path.isfile(args.text):
22
- args.text = open(args.text).read()
+ args.text = open(args.text).read().rstrip()
23
24
return args
25
0 commit comments