Skip to content

Commit 216358c

Browse files
author
boraxpr
committed
bite 68
1 parent ff51557 commit 216358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

68/clean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def remove_punctuation(input_string):
44
for each in input_string:
55
each = each.strip('!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~')
66
o = o + each
7-
print(o)
7+
return o
88

99

1010
# remove_punctuation("hello , !\"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~world")

0 commit comments

Comments
 (0)