We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51557 commit 216358cCopy full SHA for 216358c
68/clean.py
@@ -4,7 +4,7 @@ def remove_punctuation(input_string):
4
for each in input_string:
5
each = each.strip('!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~')
6
o = o + each
7
- print(o)
+ return o
8
9
10
# remove_punctuation("hello , !\"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~world")
0 commit comments