Skip to content

Commit 281141b

Browse files
authored
Update multiply-strings.py
1 parent d698fec commit 281141b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/multiply-strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def multiply(self, num1, num2):
3939
for i in reversed(xrange(len(result))):
4040
if result[i]:
4141
break
42-
print result
4342
for i in reversed(xrange(len(result))):
4443
if result[i]:
4544
break

0 commit comments

Comments
 (0)