Skip to content

Commit c3b4b27

Browse files
优化格式
1 parent 1c89c73 commit c3b4b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Leetcode_Solutions/043._multiply_strings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
2525
123
2626
* 456
27-
2827
2928
先把每一位拿来相乘:得到
3029
1 2 3
@@ -94,4 +93,4 @@ class Solution(object):
9493
n1 = Solution.str2num(num1)
9594
n2 = Solution.str2num(num2)
9695
return str(n1*n2)
97-
```
96+
```

0 commit comments

Comments
 (0)