Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3c1fa97

Browse files
committed
update
1 parent 38ad656 commit 3c1fa97

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Leetcode Python3 solutions
2-
> ![png](https://img.shields.io/badge/language-Python%203-brightgreen.svg)
2+
> [![](https://img.shields.io/badge/Author-MatNoble-orange)]((https://matnoble.me))![png](https://img.shields.io/badge/language-Python%203-blue)![](https://img.shields.io/badge/LeetCode-232%2F2021-brightgreen)![](https://img.shields.io/badge/%E5%89%91%E6%8C%87offer-43%2F75-green)
33
44
- [剑指 Offer](./剑指offer/README.md)
55
- [LeetCode 题解及思路](https://matnoble.me/tags/%E7%BC%96%E7%A8%8B%E5%88%B7%E9%A2%98/)

‎test.py‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎剑指offer/05.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010
https://leetcode-cn.com/problems/ti-huan-kong-ge-lcof/
1111
"""
12-
12+
# %%
1313
class Solution:
1414
def replaceSpace(self, s: str) -> str:
1515
res = ''
@@ -20,6 +20,9 @@ def replaceSpace(self, s: str) -> str:
2020
res += val
2121
return res
2222

23+
# %%
2324
mat = Solution()
2425
s = "We are happy."
2526
mat.replaceSpace(s)
27+
28+
# %%

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /