1 2 3 4 | class Solution: def defangIPaddr(self, address: str) -> str: address=address.replace('.','[.]') return address | cs |
반응형
'python-algorithm' 카테고리의 다른 글
Leetcode 1. Two Sum (0) | 2021.07.12 |
---|---|
Leetcode 1672. Richest Customer Wealth (0) | 2021.07.12 |
Leetcode 1480. Running Sum of 1d Array (0) | 2021.07.12 |
Leetcode 1920 (0) | 2021.07.12 |
Leetcode 1929 (0) | 2021.07.12 |
댓글